summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-02-19 18:56:09 (GMT)
committerAlexey Neyman <stilor@att.net>2017-02-19 18:56:09 (GMT)
commit69eba93d79da4cc2979573610fbfd8638947f983 (patch)
treeae3d74ca18cdada5b7088d718f274cfe48182412 /config
parenteb8c9024b4fe51925aff3d8d158188a97034a445 (diff)
Bump Linaro GCC6 to 6.3-2017-02
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config')
-rw-r--r--config/cc/gcc.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index c1996e9..d918529 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -72,15 +72,15 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config CC_GCC_V_6_3_0
+config CC_GCC_V_linaro_6_3
bool
- prompt "6.3.0"
+ prompt "linaro-6.3-2017.02"
+ depends on CC_GCC_SHOW_LINARO
select CC_GCC_6
-config CC_GCC_V_linaro_6_2
+config CC_GCC_V_6_3_0
bool
- prompt "linaro-6.2-2016.11"
- depends on CC_GCC_SHOW_LINARO
+ prompt "6.3.0"
select CC_GCC_6
config CC_GCC_V_5_4_0
@@ -299,8 +299,8 @@ config CC_GCC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "linaro-6.3-2017.02" if CC_GCC_V_linaro_6_3
default "6.3.0" if CC_GCC_V_6_3_0
- default "linaro-6.2-2016.11" if CC_GCC_V_linaro_6_2
default "5.4.0" if CC_GCC_V_5_4_0
default "linaro-5.3-2016.05" if CC_GCC_V_linaro_5_3
default "linaro-4.9-2016.02" if CC_GCC_V_linaro_4_9