Add another link to the local toolchains to the documentation.

This commit is contained in:
Rob Landley 2023-01-10 12:26:32 -06:00
parent 77381506e9
commit e32feb5dcc

View File

@ -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