manual/using: output/toolchain is gone

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Francois Perrad 2014-03-26 19:46:09 +01:00 committed by Peter Korsgaard
parent fa477eb4a5
commit b7090a24d1

View File

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