summaryrefslogtreecommitdiff
path: root/config/cc
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-03-26 21:00:05 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-03-26 21:00:05 (GMT)
commit14a3369bdf6ca2cee5a46cdd5d07023934603ee5 (patch)
treefbccd404e09b5eb493eb9e25d66c1c5c280c1441 /config/cc
parent5476675c1291dfb6db6e9b35e0ba3c8a0ad2e69e (diff)
cc/gcc: add 4.6.0
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/cc')
-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 67fd82f..7f5eb4f 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_6_0
+ bool
+ prompt "4.6.0 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+ select CC_GCC_4_6
+
config CC_V_linaro_4_5_2011_03_0
bool
prompt "linaro-4.5-2011.03-0 (EXPERIMENTAL)"
@@ -267,6 +273,7 @@ config CC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "4.6.0" if CC_V_4_6_0
default "linaro-4.5-2011.03-0" if CC_V_linaro_4_5_2011_03_0
default "4.5.2" if CC_V_4_5_2
default "4.5.1" if CC_V_4_5_1