Closed
Description
I want to cross-compile the rust libs, eg std, for an ARMv5 target. For now, I am able to cross-compile libcore with an armv5te-none-eabi.json
target and cross-compile a no-std program without the libc crate by linking with a target libc from musl.
However, I am not sure how to cross-compile the std library for the ARMv5 target as the included target arm-unknown-linux-gnueabi
builds for ARMv6.