summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-02-14 22:43:49 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-02-14 22:43:49 (GMT)
commitf363a4c3d570b270ae037dd8658285695b533340 (patch)
tree8e879d44e82ba1ab629af31ab2c9832104965d00 /config
parent27a35f6d84f70aabf56aa0d136af6b3e2a9466b8 (diff)
Add latest gcc-4.2.3 as EXPERIMENTAL (no build attempted at all).
Thanks Robert P. J. DAY for reminding me to tag old versions as being OBSOLETE! ;-)
Diffstat (limited to 'config')
-rw-r--r--config/cc_gcc.in23
1 files changed, 17 insertions, 6 deletions
diff --git a/config/cc_gcc.in b/config/cc_gcc.in
index 54b8fe1..9df1dfc 100644
--- a/config/cc_gcc.in
+++ b/config/cc_gcc.in
@@ -26,19 +26,23 @@ config CC_V_3_4_6
config CC_V_4_0_0
bool
- prompt "4.0.0"
+ prompt "4.0.0 (OBSOLETE)"
+ depends on OBSOLETE
config CC_V_4_0_1
bool
- prompt "4.0.1"
+ prompt "4.0.1 (OBSOLETE)"
+ depends on OBSOLETE
config CC_V_4_0_2
bool
- prompt "4.0.2"
+ prompt "4.0.2 (OBSOLETE)"
+ depends on OBSOLETE
config CC_V_4_0_3
bool
- prompt "4.0.3"
+ prompt "4.0.3 (OBSOLETE)"
+ depends on OBSOLETE
config CC_V_4_0_4
bool
@@ -46,11 +50,13 @@ config CC_V_4_0_4
config CC_V_4_1_0
bool
- prompt "4.1.0"
+ prompt "4.1.0 (OBSOLETE)"
+ depends on OBSOLETE
config CC_V_4_1_1
bool
- prompt "4.1.1"
+ prompt "4.1.1 (OBSOLETE)"
+ depends on OBSOLETE
config CC_V_4_1_2
bool
@@ -67,6 +73,10 @@ config CC_V_4_2_1
config CC_V_4_2_2
bool
prompt "4.2.2"
+
+config CC_V_4_2_3
+ bool
+ prompt "4.2.3 (EXPERIMENTAL)"
depends on EXPERIMENTAL
# CT_INSERT_VERSION_ABOVE
@@ -90,6 +100,7 @@ config CC_VERSION
default "4.2.0" if CC_V_4_2_0
default "4.2.1" if CC_V_4_2_1
default "4.2.2" if CC_V_4_2_2
+ default "4.2.3" if CC_V_4_2_3
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!