summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-20 21:41:11 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-20 21:41:11 (GMT)
commit1a6400b025d2680c997176d2a3d53f2689d921da (patch)
tree3a56e757fae4000f8af46dcf617b80321ab629f0 /config
parent8515a28fce49950c03e8ec5ec1894b67a30f13c5 (diff)
cc/gcc: add latest 4.4.2 version as EXPERIMENTAL
Diffstat (limited to 'config')
-rw-r--r--config/cc/gcc.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index e5314a6..a3c3eed 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -19,6 +19,13 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config CC_V_4_4_2
+ bool
+ prompt "4.4.2 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+ select CC_GCC_4_3_or_later
+ select CC_GCC_4_4_or_later
+
config CC_V_4_4_1
bool
prompt "4.4.1 (EXPERIMENTAL)"
@@ -108,6 +115,7 @@ config CC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "4.4.2" if CC_V_4_4_2
default "4.4.1" if CC_V_4_4_1
default "4.4.0" if CC_V_4_4_0
default "4.3.4" if CC_V_4_3_4