diff options
Diffstat (limited to 'docs/manual/customize-toolchain.txt')
-rw-r--r-- | docs/manual/customize-toolchain.txt | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/manual/customize-toolchain.txt b/docs/manual/customize-toolchain.txt index 91657cf67..2b244120b 100644 --- a/docs/manual/customize-toolchain.txt +++ b/docs/manual/customize-toolchain.txt @@ -24,24 +24,23 @@ The internal Buildroot toolchain backend *only* allows to generate However, it allows to tune major settings, such as: -* Linux header version +* Linux headers version; -* http://www.uclibc.org/[uClibc] configuration (see xref:uclibc-custom[uClibc]) +* http://www.uclibc.org/[uClibc] configuration (see xref:uclibc-custom[uClibc]); -* Binutils, GCC, Gdb and toolchain options +* Binutils, GCC, Gdb and toolchain options. -This is directly available after selecting the +Buildroot toolchain+ type in +These settings are available after selecting the +Buildroot toolchain+ type in the menu +Toolchain+. Using the Crosstool-NG backend ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The http://crosstool-ng.org[crosstool-NG] toolchain backend enables a rather -limited set of settings under the Buildroot +Toolchain+ menu (ie. when invoking -+make menuconfig+); mostly: +limited set of settings under the Buildroot +Toolchain+ menu: * The http://crosstool-ng.org[crosstool-NG] configuration file * Gdb and some toolchain options -Then, the toolchain can be finely tuned invoking +make ctng-menuconfig+. +Then, the toolchain can be fine-tuned by invoking +make ctng-menuconfig+. |