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/uClibc.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/uClibc.in')
-rw-r--r-- | config/libc/uClibc.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index dcaace34..d38f83d3 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -26,11 +26,13 @@ config LIBC_V_0_9_30 config LIBC_V_0_9_29 bool - prompt "0.9.29" + prompt "0.9.29 (OBSOLETE)" + depends on OBSOLETE config LIBC_V_0_9_28_3 bool - prompt "0.9.28.3" + prompt "0.9.28.3 (OBSOLETE)" + depends on OBSOLETE config LIBC_V_snapshot bool |