summaryrefslogtreecommitdiff
path: root/config/cc_gcc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-10-30 19:18:11 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-10-30 19:18:11 (GMT)
commit66fc264900131a3f0d38ae94a1f5001945bdc53d (patch)
tree75d173bade4894a842c81ad549cbb5b4774ff226 /config/cc_gcc.in
parente86ddb6bbc9eee59735d7729f1e87a04cc80aac0 (diff)
Add EXPERIMENTAL gcc-4.2.2.
Diffstat (limited to 'config/cc_gcc.in')
-rw-r--r--config/cc_gcc.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/cc_gcc.in b/config/cc_gcc.in
index 1a21cfd..54b8fe1 100644
--- a/config/cc_gcc.in
+++ b/config/cc_gcc.in
@@ -64,6 +64,11 @@ config CC_V_4_2_1
bool
prompt "4.2.1"
+config CC_V_4_2_2
+ bool
+ prompt "4.2.2"
+ depends on EXPERIMENTAL
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -84,6 +89,7 @@ config CC_VERSION
default "4.1.2" if CC_V_4_1_2
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
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!