aboutsummaryrefslogtreecommitdiff
path: root/config/cc
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2016-01-02 19:16:20 -0800
committerBryan Hundven <bryanhundven@gmail.com>2016-01-02 19:16:20 -0800
commit4be30098af5e6160d9c1e85b915c5a12a5e91350 (patch)
treeb685925e1f40595097381e89b83bace04933ffd0 /config/cc
parent8115774ea7fa85637e079fe75f455b790a5e2070 (diff)
parent8f4019e6937d6064600e2360b500b49187083a9f (diff)
downloadcrosstool-ng-4be30098af5e6160d9c1e85b915c5a12a5e91350.tar.gz
crosstool-ng-4be30098af5e6160d9c1e85b915c5a12a5e91350.tar.bz2
crosstool-ng-4be30098af5e6160d9c1e85b915c5a12a5e91350.zip
Merge pull request #306 from bhundven/update_gcc
gcc: Update gcc 5 to 5.3.0
Diffstat (limited to 'config/cc')
-rw-r--r--config/cc/gcc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 887b1065..d915f580 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -72,9 +72,9 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config CC_GCC_V_5_2_0
+config CC_GCC_V_5_3_0
bool
- prompt "5.2.0"
+ prompt "5.3.0"
select CC_GCC_5
config CC_GCC_V_linaro_4_9
@@ -260,7 +260,7 @@ config CC_GCC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "5.2.0" if CC_GCC_V_5_2_0
+ default "5.3.0" if CC_GCC_V_5_3_0
default "linaro-4.9-2015.06" if CC_GCC_V_linaro_4_9
default "4.9.3" if CC_GCC_V_4_9_3
default "linaro-4.8-2015.06" if CC_GCC_V_linaro_4_8