summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2013-11-08 14:24:20 (GMT)
committerRichard Weinberger <richard@nod.at>2013-11-08 14:24:20 (GMT)
commit24953be31a56186d4e3188aed7237ca2bb3c7525 (patch)
treebbf9e37cb4630552f7d4af807808aab7363de782
parentcf3682887836487a5954e5e5845543e44d93afd0 (diff)
cc/gcc: add 4.8.2
Signed-off-by: Richard Weinberger <richard@nod.at> Message-Id: <4620980ca8475c89a71f.1383921709@azrael> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-rw-r--r--config/cc/gcc.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 9eb7bce..44a6461 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -42,6 +42,11 @@ config CC_V_linaro_4_8
depends on CC_GCC_SHOW_LINARO
select CC_GCC_4_8
+config CC_V_4_8_2
+ bool
+ prompt "4.8.2"
+ select CC_GCC_4_8
+
config CC_V_4_8_1
bool
prompt "4.8.1"
@@ -445,6 +450,7 @@ config CC_VERSION
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "linaro-4.8-2013.06-1" if CC_V_linaro_4_8
+ default "4.8.2" if CC_V_4_8_2
default "4.8.1" if CC_V_4_8_1
default "4.8.0" if CC_V_4_8_0
default "linaro-4.7-2013.06-1" if CC_V_linaro_4_7