diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-12-26 11:53:05 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-12-26 11:53:05 +0100 |
commit | 652906ac5fd06acbb44c0e7e8440d30e7d06ee23 (patch) | |
tree | 80393c25f6b7128dcb6507965d6437a3e716b204 /config/libc/eglibc.in | |
parent | 188d166ce3d7188eed91ea0d9e69b6d1f2a8ecf2 (diff) | |
download | crosstool-ng-652906ac5fd06acbb44c0e7e8440d30e7d06ee23.tar.gz crosstool-ng-652906ac5fd06acbb44c0e7e8440d30e7d06ee23.tar.bz2 crosstool-ng-652906ac5fd06acbb44c0e7e8440d30e7d06ee23.zip |
all: remove versions marked obsolete
For major components, keep the latest version of each major releases.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config/libc/eglibc.in')
-rw-r--r-- | config/libc/eglibc.in | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in index 4f6ed120..1dd2c97b 100644 --- a/config/libc/eglibc.in +++ b/config/libc/eglibc.in @@ -59,26 +59,6 @@ config LIBC_EGLIBC_V_2_9 prompt "2_9" select LIBC_EGLIBC_2_9_or_later -config LIBC_EGLIBC_V_2_8 - bool - prompt "2_8 (OBSOLETE)" - depends on OBSOLETE - -config LIBC_EGLIBC_V_2_7 - bool - prompt "2_7 (OBSOLETE)" - depends on OBSOLETE - -config LIBC_EGLIBC_V_2_6 - bool - prompt "2_6 (OBSOLETE)" - depends on OBSOLETE - -config LIBC_EGLIBC_V_2_5 - bool - prompt "2_5 (OBSOLETE)" - depends on OBSOLETE - config LIBC_EGLIBC_V_TRUNK bool prompt "'trunk'" @@ -100,10 +80,6 @@ config LIBC_VERSION default "2_11" if LIBC_EGLIBC_V_2_11 default "2_10" if LIBC_EGLIBC_V_2_10 default "2_9" if LIBC_EGLIBC_V_2_9 - default "2_8" if LIBC_EGLIBC_V_2_8 - default "2_7" if LIBC_EGLIBC_V_2_7 - default "2_6" if LIBC_EGLIBC_V_2_6 - default "2_5" if LIBC_EGLIBC_V_2_5 default "trunk" if LIBC_EGLIBC_V_TRUNK config LIBC_EGLIBC_2_16_or_later |