Initial support for aarch64-linux-android#21414
Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @pcwalton (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see CONTRIBUTING.md for more information. |
|
cc @yichoi |
016bb0b to
9400805
Compare
There was a problem hiding this comment.
Pure cosmetics: can this line be moved to linux group or may be extract all android targets in it is own group
There was a problem hiding this comment.
Oh, sure. Thanks for finding this.
But since this commit is already being tested by bors, I'll fix it in my next PR.
Initial support for aarch64-linux-android (rust-lang#18920) - Add new configuration files - Modify some options to compile & link succesfully. (PIE, disable tls on jemalloc, modify some external function linkage, ..) - To build, refer to https://github.com/rust-lang/rust/wiki/Doc-building-for-android. (tested with platform=21 and toolchain=aarch64-linux-android-4.9)
fix: Suggest traits other than ones in the environment crate
Initial support for aarch64-linux-android (#18920)
(PIE, disable tls on jemalloc, modify some external function linkage, ..)
(tested with platform=21 and toolchain=aarch64-linux-android-4.9)