Add -march=armv7-a parameter to armv7 android linker Without this option, the linker fails to link any library that uses `std::future`. The error points some undefined references, like `std::__future_base::_Result_base`. For example, it fails to link rustc because llvm 4.0 uses `std::future`. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64735 |
||
|---|---|---|
| .. | ||
| target | ||
| Cargo.toml | ||
| dynamic_lib.rs | ||
| lib.rs | ||
| slice.rs | ||
| tempdir.rs | ||