manual/using: output/toolchain is gone
authorFrancois Perrad <fperrad@gmail.com>
Wed, 26 Mar 2014 18:46:09 +0000 (19:46 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 26 Mar 2014 21:32:54 +0000 (22:32 +0100)
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
docs/manual/using.txt

index 9b0a81fe4a9a9b543a37f26523aebf2582b0700e..4a33f7ee28bb544e6be85662a49cd498c0e62284 100644 (file)
@@ -75,8 +75,8 @@ This directory contains several subdirectories:
 * +images/+ where all the images (kernel image, bootloader and root
   filesystem images) are stored.
 
-* +build/+ where all the components except for the cross-compilation
-  toolchain are built (this includes tools needed to run Buildroot on
+* +build/+ where all the components are built
+  (this includes tools needed to run Buildroot on
   the host and packages compiled for the target). The +build/+
   directory contains one subdirectory for each of these components.
 
@@ -108,9 +108,6 @@ This directory contains several subdirectories:
   that are needed for the proper execution of Buildroot, including the
   cross-compilation toolchain.
 
-* +toolchain/+ contains the build directories for the various
-  components of the cross-compilation toolchain.
-
 These commands, +make menuconfig|nconfig|gconfig|xconfig+ and +make+, are the
 basic ones that allow to easily and quickly generate images fitting
 your needs, with all the supports and applications you enabled.