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

Add support for crossbuilding to arm-linux-gnueabihf (non-android linux) #5903

Closed
radare opened this issue Apr 16, 2013 · 5 comments
Closed
Labels
A-codegen Area: Code generation

Comments

@radare
Copy link

radare commented Apr 16, 2013

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.

@brson
Copy link
Contributor

brson commented May 30, 2013

There is some support for this now but it still needs some llvm patches from #6367

@alexcrichton
Copy link
Member

This would be fixed by #7115

@alexcrichton
Copy link
Member

Closed in #7115

@alexcrichton
Copy link
Member

On second thought, the LLVM patches at in #7115 but this requires more extensive support in the compiler.

@alexcrichton
Copy link
Member

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
Labels
A-codegen Area: Code generation
Projects
None yet
Development

No branches or pull requests

3 participants