-
-
Notifications
You must be signed in to change notification settings - Fork 35.7k
Can we build with MIPS soft float ABI #4447
Copy link
Copy link
Closed
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.mipsIssues and PRs related to the MIPS architecture.Issues and PRs related to the MIPS architecture.questionIssues that look for answers.Issues that look for answers.
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.mipsIssues and PRs related to the MIPS architecture.Issues and PRs related to the MIPS architecture.questionIssues that look for answers.Issues that look for answers.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I've been trying to build the master branch for the Atheros AR9331 that has no hardware fpu. I have no problem to cross-compile everything but in the end
nodefails to run because V8 tries to execute illegal instructions.According to https://github.com/paul99/v8m-rb/wiki/Building-v8-for-MIPS-with-GYP#softfloat-support-deprecated softfloat is not supported by V8 anymore. Is there anything I can do about it at compile time or should the configure option
--with-mips-float-abibe removed ?cc @bnoordhuis ?