summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2014-12-09 07:55:09 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2014-12-09 07:55:09 (GMT)
commit8ad1b492d3ee8829ba0b8733a82d861f08a594bd (patch)
tree3563ed9b87883d5f0c425f42ad2dac435a14b5fa /config/cc/gcc.in
parent91cf168d7698524543b1455cda17b9269343093d (diff)
gcc: The latest 'released' linaro 4.8 is 2014.04, not 08
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/cc/gcc.in')
-rw-r--r--config/cc/gcc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index d7fa48f..5c2d98f 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -53,7 +53,7 @@ config CC_V_4_9_0
config CC_V_linaro_4_8
bool
- prompt "linaro-4.8-2014.08"
+ prompt "linaro-4.8-2014.04"
depends on CC_GCC_SHOW_LINARO
select CC_GCC_4_8
@@ -500,7 +500,7 @@ config CC_VERSION
default "4.9.2" if CC_V_4_9_2
default "4.9.1" if CC_V_4_9_1
default "4.9.0" if CC_V_4_9_0
- default "linaro-4.8-2014.08" if CC_V_linaro_4_8
+ default "linaro-4.8-2014.04" if CC_V_linaro_4_8
default "4.8.3" if CC_V_4_8_3
default "4.8.2" if CC_V_4_8_2
default "4.8.1" if CC_V_4_8_1