Point to the same binary cross compilers as the FAQ.

This commit is contained in:
Rob Landley 2023-02-02 05:52:48 -06:00
parent c2d8e184f8
commit 027e1dc8cd

8
README
View File

@ -39,12 +39,12 @@ toybox to run on the current machine. Cross compiling requires an appropriately
prefixed cross compiler toolchain, several example toolchains (built using prefixed cross compiler toolchain, several example toolchains (built using
the file "scripts/mcm-buildall.sh" in the toybox source) are available at: the file "scripts/mcm-buildall.sh" in the toybox source) are available at:
https://mkroot.musl.cc/latest/ https://landley.net/toybox/downloads/binaries/toolchains/latest
For the "CROSS_COMPILE=armv5l-" example above, download For the "CROSS_COMPILE=armv5l-" example above, download
cross-compiler-armv5l.tar.bz2, extract it, and add its "bin" subdirectory to armv5l-linux-musleabihf-cross.tar.xz, extract it, and add its "bin"
your $PATH. (And yes, the trailing - is significant, because the prefix subdirectory to your $PATH. (And yes, the trailing - is significant,
includes a dash.) because the prefix includes a dash.)
For more about cross compiling, see: For more about cross compiling, see: