-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Add support for crossbuilding to arm-linux-gnueabihf (non-android linux) #5903
Labels
A-codegen
Area: Code generation
Comments
There is some support for this now but it still needs some llvm patches from #6367 |
This would be fixed by #7115 |
Closed in #7115 |
On second thought, the LLVM patches at in #7115 but this requires more extensive support in the compiler. |
On third thought, this appears to be closed by #8220, but feel free to reopen if not! |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Aug 28, 2020
Needless return Fixes rust-lang#5858 changelog: fix false positive [`needless_return`]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current build system permits crosscompilation to linux-arm (but only using the android SDK) and it is not yet possible to specify a generic linux arm target.
The text was updated successfully, but these errors were encountered: