aboutsummaryrefslogtreecommitdiff
path: root/config/tools
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-28 19:15:50 +0100
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-28 19:15:50 +0100
commit0b6a9e5c74a9f0abfd00b67cf25d16990ceb38a8 (patch)
tree24c6517f482dcb133cb87b4c388cacfb255d8abb /config/tools
parentac17b542fe3737eb3eb84fd30ada615a21e96b55 (diff)
downloadcrosstool-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/tools')
-rw-r--r--config/tools/libelf.in3
-rw-r--r--config/tools/sstrip.in3
2 files changed, 4 insertions, 2 deletions
diff --git a/config/tools/libelf.in b/config/tools/libelf.in
index 10ed90c7..f195868e 100644
--- a/config/tools/libelf.in
+++ b/config/tools/libelf.in
@@ -21,7 +21,8 @@ config LIBELF_V_0_8_11
config LIBELF_V_0_8_10
bool
- prompt "0.8.10"
+ prompt "0.8.10 (OBSOLETE)"
+ depends on OBSOLETE
endchoice
diff --git a/config/tools/sstrip.in b/config/tools/sstrip.in
index 5abd0f36..975e74fc 100644
--- a/config/tools/sstrip.in
+++ b/config/tools/sstrip.in
@@ -19,7 +19,8 @@ config SSTRIP_BUILDROOT
config SSTRIP_ELFKICKERS
bool
- prompt "ELFkickers"
+ prompt "ELFkickers (OBSOLETE)"
+ depends on OBSOLETE
help
The original, ageing version, of sstrip from ELFkickers.
Fully functional, but not maintained anymore.