summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-06-05 05:29:30 (GMT)
committerAlexey Neyman <stilor@att.net>2017-06-05 07:29:14 (GMT)
commit872341e314418f68cb472a521015cfe4a57019b9 (patch)
tree7778b49dc0d6526e57b6d6b067ebf90fb28ccf43 /config/cc/gcc.in
parent72a5a1d6de43503579cb77daacdf17a77a315c03 (diff)
New GCC releases from Linaro
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/cc/gcc.in')
-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 bc11b17..d86a300 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -80,7 +80,7 @@ config CC_GCC_V_7_1_0
config CC_GCC_V_linaro_6_3
bool
- prompt "linaro-6.3-2017.02"
+ prompt "linaro-6.3-2017.05"
depends on CC_GCC_SHOW_LINARO
select CC_GCC_6
@@ -91,7 +91,7 @@ config CC_GCC_V_6_3_0
config CC_GCC_V_linaro_5_4
bool
- prompt "linaro-5.4-2017.01"
+ prompt "linaro-5.4-2017.05"
depends on CC_GCC_SHOW_LINARO
select CC_GCC_5
@@ -197,9 +197,9 @@ config CC_GCC_VERSION
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "7.1.0" if CC_GCC_V_7_1_0
- default "linaro-6.3-2017.02" if CC_GCC_V_linaro_6_3
+ default "linaro-6.3-2017.05" if CC_GCC_V_linaro_6_3
default "6.3.0" if CC_GCC_V_6_3_0
- default "linaro-5.4-2017.01" if CC_GCC_V_linaro_5_4
+ default "linaro-5.4-2017.05" if CC_GCC_V_linaro_5_4
default "5.4.0" if CC_GCC_V_5_4_0
default "linaro-4.9-2017.01" if CC_GCC_V_linaro_4_9
default "4.9.4" if CC_GCC_V_4_9_4