From 2012ee53ec9dfb0ac6db88c80f18eb349d918e40 Mon Sep 17 00:00:00 2001
From: Rob Landley
Date: Fri, 6 Jan 2023 18:03:57 -0600
Subject: [PATCH] Update a couple links and surrounding instructions.
---
www/faq.html | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/www/faq.html b/www/faq.html
index fa2d2cd7..742509c6 100755
--- a/www/faq.html
+++ b/www/faq.html
@@ -784,8 +784,9 @@ ala the first example in this FAQ answer.
pointing at a directory full of cross compilers. The ones I test this with are built from the musl-libc
maintainer's
musl-cross-make
-project, built by running toybox's scripts/mcm-buildall.sh in that directory,
-and then symlink the resulting "ccc" subdirectory into toybox where CROSS=
+project, built by running toybox's
+scripts/mcm-buildall.sh in a musl-cross-make checkout directory,
+and then symlinking the resulting "ccc" subdirectory into toybox where CROSS=
can find them:
@@ -797,8 +798,8 @@ cd musl-cross-make
ln -s $(realpath ccc) ../toybox/ccc
-If you don't want to do that, you can download prebuilt binary versions from Zach van Rijn's site and
-just extract them into a "ccc" subdirectory under the toybox source.
+If you don't want to do that, you can download prebuilt binary versions
+and extract them into a "ccc" subdirectory under the toybox source.
Once you've installed the cross compilers, "make root CROSS=help"
should list all the available cross compilers it recognizes under ccc,
--
2.39.2