diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-10-28 19:15:50 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-10-28 19:15:50 +0100 |
commit | 0b6a9e5c74a9f0abfd00b67cf25d16990ceb38a8 (patch) | |
tree | 24c6517f482dcb133cb87b4c388cacfb255d8abb /config/libc/eglibc.in | |
parent | ac17b542fe3737eb3eb84fd30ada615a21e96b55 (diff) | |
download | crosstool-ng-0b6a9e5c74a9f0abfd00b67cf25d16990ceb38a8.tar.gz crosstool-ng-0b6a9e5c74a9f0abfd00b67cf25d16990ceb38a8.tar.bz2 crosstool-ng-0b6a9e5c74a9f0abfd00b67cf25d16990ceb38a8.zip |
config: mark now old versions as being OBSOLETE
These versions are kept for the upcoming release, but they
will be removed from the next release if they are not used.
Diffstat (limited to 'config/libc/eglibc.in')
-rw-r--r-- | config/libc/eglibc.in | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in index 877b6f37..f37ff89c 100644 --- a/config/libc/eglibc.in +++ b/config/libc/eglibc.in @@ -28,19 +28,23 @@ config EGLIBC_V_2_9 config EGLIBC_V_2_8 bool - prompt "2_8" + prompt "2_8 (OBSOLETE)" + depends on OBSOLETE config EGLIBC_V_2_7 bool - prompt "2_7" + prompt "2_7 (OBSOLETE)" + depends on OBSOLETE config EGLIBC_V_2_6 bool - prompt "2_6" + prompt "2_6 (OBSOLETE)" + depends on OBSOLETE config EGLIBC_V_2_5 bool - prompt "2_5" + prompt "2_5 (OBSOLETE)" + depends on OBSOLETE config EGLIBC_V_TRUNK bool |