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/cc | |
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/cc')
-rw-r--r-- | config/cc/gcc.in | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index a3c3eed2..e935a8b0 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -72,7 +72,8 @@ config CC_V_4_2_4 config CC_V_4_2_3 bool - prompt "4.2.3" + prompt "4.2.3 (OBSOLETE)" + depends on OBSOLETE config CC_V_4_2_2 bool @@ -80,19 +81,23 @@ config CC_V_4_2_2 config CC_V_4_2_1 bool - prompt "4.2.1" + prompt "4.2.1 (OBSOLETE)" + depends on OBSOLETE config CC_V_4_2_0 bool - prompt "4.2.0" + prompt "4.2.0 (OBSOLETE)" + depends on OBSOLETE config CC_V_4_1_2 bool - prompt "4.1.2" + prompt "4.1.2 (OBSOLETE)" + depends on OBSOLETE config CC_V_4_0_4 bool - prompt "4.0.4" + prompt "4.0.4 (OBSOLETE)" + depends on OBSOLETE config CC_V_3_4_6 bool |