summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/cc/gcc.in22
1 files changed, 21 insertions, 1 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 3fe26d7..b29529f 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -42,6 +42,12 @@ config CC_V_linaro_4_6_2011_06_0
depends on CC_GCC_SHOW_LINARO
select CC_GCC_4_6
+config CC_V_4_6_1
+ bool
+ prompt "4.6.1 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+ select CC_GCC_4_6
+
config CC_V_4_6_0
bool
prompt "4.6.0 (EXPERIMENTAL)"
@@ -54,6 +60,12 @@ config CC_V_linaro_4_5_2011_06_0
depends on CC_GCC_SHOW_LINARO
select CC_GCC_4_5
+config CC_V_4_5_3
+ bool
+ prompt "4.5.3 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+ select CC_GCC_4_5
+
config CC_V_4_5_2
bool
prompt "4.5.2 (EXPERIMENTAL)"
@@ -114,6 +126,11 @@ config CC_V_4_4_0
prompt "4.4.0"
select CC_GCC_4_4
+config CC_V_4_3_6
+ bool
+ prompt "4.3.6"
+ select CC_GCC_4_3
+
config CC_V_4_3_5
bool
prompt "4.3.5"
@@ -292,20 +309,23 @@ config CC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "4.4.6" if CC_V_4_4_6
default "linaro-4.6-2011.06-0" if CC_V_linaro_4_6_2011_06_0
+ default "4.6.1" if CC_V_4_6_1
default "4.6.0" if CC_V_4_6_0
default "linaro-4.5-2011.06-0" if CC_V_linaro_4_5_2011_06_0
+ default "4.5.3" if CC_V_4_5_3
default "4.5.2" if CC_V_4_5_2
default "4.5.1" if CC_V_4_5_1
default "4.5.0" if CC_V_4_5_0
default "linaro-4.4-2011.02-0" if CC_V_linaro_4_4_2011_02_0
+ default "4.4.6" if CC_V_4_4_6
default "4.4.5" if CC_V_4_4_5
default "4.4.4" if CC_V_4_4_4
default "4.4.3" if CC_V_4_4_3
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.6" if CC_V_4_3_6
default "4.3.5" if CC_V_4_3_5
default "4.3.4" if CC_V_4_3_4
default "4.3.3" if CC_V_4_3_3