]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
toolchain-buildroot: glibc and eglibc support is no longer experimental
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 11 Nov 2013 17:57:30 +0000 (18:57 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 11 Nov 2013 21:29:01 +0000 (22:29 +0100)
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>
toolchain/toolchain-buildroot/Config.in

index 0ebbd6cf596c341b9949972deb21174beb43ca2c..5111c746f9c69d0259f0ccf3ad288f29bafd056b 100644 (file)
@@ -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 || \