diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2011-02-12 17:31:12 +0100 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2011-02-12 17:31:12 +0100 |
commit | efad18c4d6292e61962861bb21854e0896d3bf4a (patch) | |
tree | 345704d357025b15e7bdced206370e19ad22c4cc /config/libc/eglibc.in | |
parent | 3cb87f6cd8c15843dfd7448416cbd478b6cc3058 (diff) | |
download | crosstool-ng-efad18c4d6292e61962861bb21854e0896d3bf4a.tar.gz crosstool-ng-efad18c4d6292e61962861bb21854e0896d3bf4a.tar.bz2 crosstool-ng-efad18c4d6292e61962861bb21854e0896d3bf4a.zip |
libc/eglibc: Make eglibc 2.11 and 2.12 not experimental
I haven't noticed the usual experimental testers complain about eglibc
2.11 or 2.12 being unstable. So stop marking them as experimental.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/libc/eglibc.in')
-rw-r--r-- | config/libc/eglibc.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in index 5db68ed4..43ab84cc 100644 --- a/config/libc/eglibc.in +++ b/config/libc/eglibc.in @@ -26,12 +26,10 @@ config LIBC_EGLIBC_V_2_13 config LIBC_EGLIBC_V_2_12 bool prompt "2_12" - depends on EXPERIMENTAL config LIBC_EGLIBC_V_2_11 bool prompt "2_11" - depends on EXPERIMENTAL config LIBC_EGLIBC_V_2_10 bool |