diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-23 16:34:49 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-23 16:34:49 +0100 |
commit | bb6d3d958695e3d36cff2baccd251547443d6251 (patch) | |
tree | 05900ec943f0a215837fe8a0ac8d2a68899a27b4 /docs/buildroot.html | |
parent | 41300afd629ebda95945fbb944d68a4983c5bfbf (diff) | |
download | buildroot-novena-bb6d3d958695e3d36cff2baccd251547443d6251.tar.gz buildroot-novena-bb6d3d958695e3d36cff2baccd251547443d6251.zip |
docs: cross toolchain is now installed into host/usr/bin.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/buildroot.html')
-rw-r--r-- | docs/buildroot.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html index c2d01e7f8..2314d1095 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -241,9 +241,8 @@ </li> <li><code>host/</code> contains the installation of tools compiled for - the host that are needed for the proper execution of Buildroot, except - for the cross-compilation toolchain which is installed under - <code>staging/</code>.</li> + the host that are needed for the proper execution of Buildroot, + including the cross-compilation toolchain.</li> <li><code>toolchain/</code> contains the build directories for the various components of the cross-compilation toolchain.</li> |