Skip to content
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

configure: fix arm vfpv2 #4202

Closed
wants to merge 1 commit into from
Closed

configure: fix arm vfpv2 #4202

wants to merge 1 commit into from

Conversation

joerg-krause
Copy link
Contributor

The gcc -mfpu flag for VFPv2 is vfp, not vfpv2 (there is no vfpv2) [1].

[1] https://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html

The gcc -mfpu flag for VFPv2 is 'vfp', not 'vfpv2' [1].

[1] https://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html
@bnoordhuis
Copy link
Member

LGTM but this should go into master first and then get cherry-picked to v4.x.

CI against master: https://ci.nodejs.org/job/node-test-pull-request/962/

@bnoordhuis bnoordhuis added build Issues and PRs related to build files or the CI. arm Issues and PRs related to the ARM platform. labels Dec 8, 2015
@joerg-krause
Copy link
Contributor Author

Shall I recreate the PR against master?

@bnoordhuis
Copy link
Member

You don't have to, we'll make sure it gets landed on the right branch.

@bnoordhuis
Copy link
Member

On second thought, would you mind filing a new PR? It doesn't look to be applying to master cleanly.

@joerg-krause
Copy link
Contributor Author

I'll close as I recreated a PR #4203 against the master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arm Issues and PRs related to the ARM platform. build Issues and PRs related to build files or the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants