summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorArnaud Lacombe <lacombar@gmail.com>2010-08-01 01:56:43 (GMT)
committerArnaud Lacombe <lacombar@gmail.com>2010-08-01 01:56:43 (GMT)
commit2bd1bc5621b6670f874eadd98fa7d96ff48509c2 (patch)
tree111c84a7d2c96824eb62ef1ec92f5ff1d0a782a8 /config
parentb1ac0964f4f8dc791c4e2fea9f08c4e61a170e15 (diff)
cc/gcc: 4.5.1 is out!
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Diffstat (limited to 'config')
-rw-r--r--config/cc/gcc.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 281b5b6..00d1dfa 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -19,6 +19,12 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config CC_V_4_5_1
+ bool
+ prompt "4.5.1 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+ select CC_GCC_4_5_or_later
+
config CC_V_4_5_0
bool
prompt "4.5.0 (EXPERIMENTAL)"
@@ -160,6 +166,7 @@ config CC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "4.5.1" if CC_V_4_5_1
default "4.5.0" if CC_V_4_5_0
default "4.4.4" if CC_V_4_4_4
default "4.4.3" if CC_V_4_4_3