-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Targeting arm-unknown-linux-gnueabihf fails, …-gnueabi works #8536
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
Comments
I have replicated this. (I had not previously tried building |
I've tested with ubuntu packages arm-linux-gnueabi-* and arm-linux-gnueabihf-*. In case of gnueabihf, readelf results are
std.o for libstd.so is not armhf binary. |
Yep, seems like LLVM defaults to soft floats on ARM. |
…some, r=camsteffen Make `search_is_some`s suggestion `MachineApplicable` My biggest PR to date, about 0.3 Lines have been changed! Closes rust-lang/rust-clippy#8062 The suggestion seems to work well, as we've received no error reports since the implementation in December. This PR therefore promotes the suggestion to `MachineApplicable`. The tests already include `.fixed` files :) changelog: [`search_is_some`]: Make more suggestions `MachineApplicable`
I am trying to compile rust (HEAD at 7cda0d4) using
--target-triples=x86_64-unknown-linux-gnu,arm-unknown-linux-gnueabihf
. The compilation fails with:(Full log)
Compilation succeeds with a non-hf gnueabi target.
The text was updated successfully, but these errors were encountered: