summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-buildroot
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-06-04 22:53:47 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-06 22:26:08 +0200
commit7dcec609ee0f4a17a25533c443f1db3483abe720 (patch)
treefa914b491dd786a40f2186df7ef0ab2a1ab05347 /toolchain/toolchain-buildroot
parent4e4e9fd1788b5af04519d84aaa95695159dc905e (diff)
downloadbuildroot-7dcec609ee0f4a17a25533c443f1db3483abe720.tar.gz
buildroot-7dcec609ee0f4a17a25533c443f1db3483abe720.zip
uclibc: the internal toolchain only uses uClibc-ng
Point to the right website and tell the user the right name. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain/toolchain-buildroot')
-rw-r--r--toolchain/toolchain-buildroot/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in
index 52009c4b18..43c07b23e5 100644
--- a/toolchain/toolchain-buildroot/Config.in
+++ b/toolchain/toolchain-buildroot/Config.in
@@ -27,7 +27,7 @@ choice
|| BR2_powerpc64
config BR2_TOOLCHAIN_BUILDROOT_UCLIBC
- bool "uClibc"
+ bool "uClibc-ng"
select BR2_TOOLCHAIN_USES_UCLIBC
depends on BR2_arcle || BR2_arceb || BR2_arm || BR2_armeb || \
BR2_bfin || BR2_i386 || BR2_m68k || BR2_microblaze || \
@@ -37,10 +37,10 @@ config BR2_TOOLCHAIN_BUILDROOT_UCLIBC
# Unsupported for MIPS R6
depends on !BR2_mips_32r6 && !BR2_mips_64r6
help
- This option selects uClibc as the C library for the
+ This option selects uClibc-ng as the C library for the
cross-compilation toolchain.
- http://uclibc.org
+ http://uclibc-ng.org
config BR2_TOOLCHAIN_BUILDROOT_GLIBC
bool "glibc"
OpenPOWER on IntegriCloud