summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-11-11 18:57:30 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-11-11 22:29:01 +0100
commit924b8739da72706afd543026b34030d3111322a9 (patch)
treeaf3eab67883d31acfeba7108776af1e7cd477263 /toolchain
parent9b6c5e9c989f4a099efe8d438a47dd465bdcffc8 (diff)
downloadbuildroot-924b8739da72706afd543026b34030d3111322a9.tar.gz
buildroot-924b8739da72706afd543026b34030d3111322a9.zip
toolchain-buildroot: glibc and eglibc support is no longer experimental
The glibc and eglibc support has been introduced since a little bit of time now, I believe we can remove the "experimental" statement next to it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/toolchain-buildroot/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in
index 0ebbd6cf59..5111c746f9 100644
--- a/toolchain/toolchain-buildroot/Config.in
+++ b/toolchain/toolchain-buildroot/Config.in
@@ -16,7 +16,7 @@ config BR2_TOOLCHAIN_BUILDROOT_UCLIBC
http://uclibc.org
config BR2_TOOLCHAIN_BUILDROOT_EGLIBC
- bool "eglibc (experimental)"
+ bool "eglibc"
depends on BR2_arm || BR2_armeb || BR2_aarch64 || \
BR2_i386 || BR2_mips || BR2_mipsel || \
BR2_mips64 || BR2_mips64el || BR2_powerpc || \
@@ -36,7 +36,7 @@ config BR2_TOOLCHAIN_BUILDROOT_EGLIBC
http://eglibc.org
config BR2_TOOLCHAIN_BUILDROOT_GLIBC
- bool "glibc (experimental)"
+ bool "glibc"
depends on BR2_arm || BR2_armeb || BR2_aarch64 || \
BR2_i386 || BR2_mips || BR2_mipsel || \
BR2_mips64 || BR2_mips64el || BR2_powerpc || \
OpenPOWER on IntegriCloud