summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2013-05-03 15:36:11 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2013-05-03 15:36:11 (GMT)
commite010ee574268173b0e50280c37626f73827c5f7f (patch)
tree4d8d77ef63bed469ae72e8d7aaa342dd4d518c21 /config
parentd8988dbe0ba813fecf620f2b2727009c1b832d5e (diff)
cc/gcc: add 4.7.3 and 4.6.4 bug-fixes releases
Bring the appropriate patches along, too. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config')
-rw-r--r--config/cc/gcc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index ba535d1..4db1fb7 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -42,6 +42,11 @@ config CC_V_linaro_4_7
depends on CC_GCC_SHOW_LINARO
select CC_GCC_4_7
+config CC_V_4_7_3
+ bool
+ prompt "4.7.3"
+ select CC_GCC_4_7
+
config CC_V_4_7_2
bool
prompt "4.7.2"
@@ -63,6 +68,11 @@ config CC_V_linaro_4_6
depends on CC_GCC_SHOW_LINARO
select CC_GCC_4_6
+config CC_V_4_6_4
+ bool
+ prompt "4.6.4"
+ select CC_GCC_4_6
+
config CC_V_4_6_3
bool
prompt "4.6.3"
@@ -381,6 +391,8 @@ config CC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "4.7.3" if CC_V_4_7_3
+ default "4.6.4" if CC_V_4_6_4
default "linaro-4.7-2013.04" if CC_V_linaro_4_7
default "4.7.2" if CC_V_4_7_2
default "4.7.1" if CC_V_4_7_1