diff options
author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2014-03-28 22:24:43 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-29 09:28:21 +0100 |
commit | 082dec8ce440236b1477e568f0965f05ad241adb (patch) | |
tree | 3d87d3f2b5a945e411e7cce8502468ad88ebd48f /docs/manual | |
parent | 541d070c013259bd83dd47b67d1535d762413e70 (diff) | |
download | buildroot-082dec8ce440236b1477e568f0965f05ad241adb.tar.gz buildroot-082dec8ce440236b1477e568f0965f05ad241adb.zip |
manual/configure.txt: fix typo
[Thomas: fix to actually use the correct syntax.]
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/configure.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/configure.txt b/docs/manual/configure.txt index 16c86cc448..9681de00c6 100644 --- a/docs/manual/configure.txt +++ b/docs/manual/configure.txt @@ -100,7 +100,7 @@ most important ones allow to: toolchain should have largefile support (i.e support for files larger than 2 GB on 32 bits systems), IPv6 support, RPC support (used mainly for NFS), wide-char support, locale support (for - internationalization), C++ support or thread support. Depending on + internationalization), C\++ support or thread support. Depending on which options you choose, the number of userspace applications and libraries visible in Buildroot menus will change: many applications and libraries require certain toolchain options to be enabled. Most @@ -165,7 +165,7 @@ Then, you have three solutions to use an external toolchain: prefix+ and +External toolchain C library+ options. Then, you have to tell Buildroot what your external toolchain supports. If your external toolchain uses the 'glibc' library, you only have to tell - whether your toolchain supports C\+\+ or not and whether it has + whether your toolchain supports C++ or not and whether it has built-in RPC support. If your external toolchain uses the 'uClibc' library, then you have to tell Buildroot if it supports largefile, IPv6, RPC, wide-char, locale, program invocation, threads and |