summaryrefslogtreecommitdiff
path: root/config/cc
diff options
context:
space:
mode:
authorAlastair D'Silva <alastair@d-silva.org>2016-12-26 01:54:30 (GMT)
committerAlastair D'Silva <alastair@d-silva.org>2017-01-06 01:05:16 (GMT)
commit36e856716739e5f4a305c5035f2c2e13064bb520 (patch)
tree75c780983896afa3e1379acf792cd158a00c77cf /config/cc
parent93cbaa811b23feda8d0affbc5d89f80c5ba62383 (diff)
Bump GCC to 6.3.0
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
Diffstat (limited to 'config/cc')
-rw-r--r--config/cc/gcc.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 691355a..c5f8965 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -71,6 +71,11 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config CC_GCC_V_6_3_0
+ bool
+ prompt "6.3.0"
+ select CC_GCC_6
+
config CC_GCC_V_6_2_0
bool
prompt "6.2.0"
@@ -287,6 +292,7 @@ config CC_GCC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "6.3.0" if CC_GCC_V_6_3_0
default "6.2.0" if CC_GCC_V_6_2_0
default "5.4.0" if CC_GCC_V_5_4_0
default "linaro-5.2-2015.11-2" if CC_GCC_V_linaro_5_2