-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot override arm_fpu config #2942
Comments
Forgot basic information like nodejs version 4.0.0 |
It would need a new configure flag but that's pretty straightforward, you can use the logic for |
Here's what i meant, but i'm not sure it works. |
I don't think that works, assuming |
Oh, got it. |
This is better, i'll test it a little and submit a PR ! |
Hi,
When building nodejs for debian armel, one must set arm_fpu to "vfp".
Alas,
-Darm_fpu=fvp
is overriden by https://github.com/nodejs/node/blob/master/configure#L613.Is it possible to check if arm_fpu is set in configure before setting it ?
The text was updated successfully, but these errors were encountered: