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

mk: Remove the -mfpu=vfp4 argument from arm iOS #31252

Merged
merged 1 commit into from
Jan 29, 2016

Conversation

alexcrichton
Copy link
Member

Unfortunately older clang compilers don't support this argument, so the
bootstrap will fail. We don't actually really need to optimized the C code we
compile, however, as currently we're just compiling jemalloc and not much else.

Unfortunately older clang compilers don't support this argument, so the
bootstrap will fail. We don't actually really need to optimized the C code we
compile, however, as currently we're just compiling jemalloc and not much else.
@alexcrichton
Copy link
Member Author

cc @vhbit

@rust-highfive
Copy link
Collaborator

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@brson
Copy link
Contributor

brson commented Jan 29, 2016

@bors r+

@bors
Copy link
Contributor

bors commented Jan 29, 2016

📌 Commit 1a910a0 has been approved by brson

Manishearth added a commit to Manishearth/rust that referenced this pull request Jan 29, 2016
Unfortunately older clang compilers don't support this argument, so the
bootstrap will fail. We don't actually really need to optimized the C code we
compile, however, as currently we're just compiling jemalloc and not much else.
bors added a commit that referenced this pull request Jan 29, 2016
@bors bors merged commit 1a910a0 into rust-lang:master Jan 29, 2016
@alexcrichton alexcrichton deleted the ios-old-mac branch January 29, 2016 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants