From 027e1dc8cd43d1641c68f8a93b15c7a701b9b2e6 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 2 Feb 2023 05:52:48 -0600 Subject: [PATCH] Point to the same binary cross compilers as the FAQ. --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index f39c9216..580459b9 100644 --- a/README +++ b/README @@ -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 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 -cross-compiler-armv5l.tar.bz2, extract it, and add its "bin" subdirectory to -your $PATH. (And yes, the trailing - is significant, because the prefix -includes a dash.) +armv5l-linux-musleabihf-cross.tar.xz, extract it, and add its "bin" +subdirectory to your $PATH. (And yes, the trailing - is significant, +because the prefix includes a dash.) For more about cross compiling, see: -- 2.39.2