summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielrubiob <danielrubiob@gmail.com>2014-02-09 21:21:15 (GMT)
committerdanielrubiob <danielrubiob@gmail.com>2014-02-09 21:21:15 (GMT)
commitc214367d3afa641a1d63ae300dc4146c5ecf2f22 (patch)
tree46270437071d5298e5b354e6e8ace0ae292cb94a
parent2d0f9e757f88f552c233815e60337c1837a697e8 (diff)
cc/gcc: update linaro GCC 4.7 & 4.8 to version 2014.01
Signed-off-by: Daniel Rubio Bonilla <danielrubiob@gmail.com> Message-Id: <08addb73e684d5e36f22.1391984020@uemo> Patchwork-Id: 318634
-rw-r--r--config/cc/gcc.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index ed3dce4..afc8497 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -38,7 +38,7 @@ choice
config CC_V_linaro_4_8
bool
- prompt "linaro-4.8-2013.12"
+ prompt "linaro-4.8-2014.01"
depends on CC_GCC_SHOW_LINARO
select CC_GCC_4_8
@@ -59,7 +59,7 @@ config CC_V_4_8_0
config CC_V_linaro_4_7
bool
- prompt "linaro-4.7-2013.12"
+ prompt "linaro-4.7-2014.01"
depends on CC_GCC_SHOW_LINARO
select CC_GCC_4_7
@@ -449,11 +449,11 @@ config CC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "linaro-4.8-2013.12" if CC_V_linaro_4_8
+ default "linaro-4.8-2014.01" 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.12" if CC_V_linaro_4_7
+ default "linaro-4.7-2014.01" 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
default "4.7.1" if CC_V_4_7_1