summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-06-05 07:30:35 (GMT)
committerGitHub <noreply@github.com>2017-06-05 07:30:35 (GMT)
commit02f21e8bf37deaab1a836f4afd11c5fc8ee30220 (patch)
tree14f8612734a1b2e44e50afc90e9a7651d2339cd5 /config/cc/gcc.in
parented1d2d6a0e826b172454bae988de79945a67fe24 (diff)
parent6aaa2a1a67d2f105bac21750b02142201052393f (diff)
Merge pull request #734 from stilor/upgrades
Upgrades (a bunch of)
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