summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2013-05-05 16:01:47 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2013-05-05 16:01:47 (GMT)
commitbef9074cf0edefa378ec59d474d66444b19b0e47 (patch)
treeb8326f2175d39ffb9b397f3ed0895a853e557a5e
parente1675bac640e9491b23d2fd95f46af17b160013b (diff)
cc/gcc: add 4.8.0 and linaro-4.8
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-rw-r--r--config/cc/gcc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index cf733ac..992a339 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -36,6 +36,17 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config CC_V_linaro_4_8
+ bool
+ prompt "linaro-4.8-2013.04"
+ depends on CC_GCC_SHOW_LINARO
+ select CC_GCC_4_8
+
+config CC_V_4_8_0
+ bool
+ prompt "4.8.0"
+ select CC_GCC_4_8
+
config CC_V_linaro_4_7
bool
prompt "linaro-4.7-2013.04"
@@ -429,6 +440,8 @@ config CC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "linaro-4.8-2013.04" if CC_V_linaro_4_8
+ default "4.8.0" if CC_V_4_8_0
default "linaro-4.7-2013.04" if CC_V_linaro_4_7
default "4.7.3" if CC_V_4_7_3
default "4.7.2" if CC_V_4_7_2