aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2023-01-10 12:26:32 -0600
committerRob Landley <rob@landley.net>2023-01-10 12:26:32 -0600
commite32feb5dcc254da4b4270fe6a0aa5c1dcc074f63 (patch)
tree4cad94a40f3e8b67efd560501d3681c8a60d51d2 /www
parent77381506e9ed02f0bd7e54bec5783796bc803ba0 (diff)
downloadtoybox-e32feb5dcc254da4b4270fe6a0aa5c1dcc074f63.tar.gz
Add another link to the local toolchains to the documentation.
Diffstat (limited to 'www')
-rwxr-xr-xwww/faq.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/faq.html b/www/faq.html
index 6026179a..79200550 100755
--- a/www/faq.html
+++ b/www/faq.html
@@ -521,7 +521,7 @@ runtime memory. (Even more when statically linked.)</p>
<hr /><h2><a name="cross" />Q: How do I cross compile toybox?</h2>
<p>A: You need a compiler "toolchain" capable of producing binaries that
-run on your target. A toolchain is an
+run on your target. A <a href=https://landley.net/toybox/downloads/binaries/toolchains>toolchain</a> is an
integrated suite of compiler, assembler, and linker, plus the standard
headers and
libraries necessary to build C programs. (And a few miscellaneous binaries like