diff options
author | Francois Perrad <fperrad@gmail.com> | 2014-03-26 19:46:09 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-03-26 22:32:54 +0100 |
commit | b7090a24d193c63adb259364c98263b0823b0643 (patch) | |
tree | a650a23fd6bafc1ee6c5ad353e255d224ad88bb2 /docs | |
parent | fa477eb4a5d4a9cf37a2c99863d0db6d2d52fe17 (diff) | |
download | buildroot-b7090a24d193c63adb259364c98263b0823b0643.tar.gz buildroot-b7090a24d193c63adb259364c98263b0823b0643.zip |
manual/using: output/toolchain is gone
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/using.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/manual/using.txt b/docs/manual/using.txt index 9b0a81fe4a..4a33f7ee28 100644 --- a/docs/manual/using.txt +++ b/docs/manual/using.txt @@ -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. |