summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-10-15 10:13:58 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-10-15 11:13:45 +0200
commit9f4483f7cefebc6a489c1eeab7f6468be5561f27 (patch)
treea520e65d1c1aee0ff6f756bdab8a59386d7d19e2 /toolchain
parent3adc7f521f5f6b66494f4d42d35118a0b1ce36ba (diff)
downloadbuildroot-9f4483f7cefebc6a489c1eeab7f6468be5561f27.tar.gz
buildroot-9f4483f7cefebc6a489c1eeab7f6468be5561f27.zip
toolchain: update comment about uClibc/uClibc-ng
External toolchains can use both, so mention it here. Reported-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/toolchain-external/Config.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index 2b17b7a9e5..bcb42db6ba 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -920,14 +920,16 @@ choice
default BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC
- bool "uClibc"
+ bool "uClibc/uClibc-ng"
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
# For the time being, we assume that all custom external
# toolchains have shadow password support.
select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
help
Select this option if your external toolchain uses the
- uClibc C library (available from http://www.uclibc.org/).
+ uClibc (available from http://www.uclibc.org/)
+ or uClibc-ng (available from http://www.uclibc-ng.org)
+ C library.
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC
bool "glibc/eglibc"
OpenPOWER on IntegriCloud