diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-10 10:36:23 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-10 10:36:23 -0800 |
commit | abdaa36b5ab0a46055248bc437d0f74183984d78 (patch) | |
tree | 251acfdd28203230bbc2d39370fd9c93515f01cd /config/cc | |
parent | a2d49174dffdb9e33aa6cb53da16d84824fd4ed6 (diff) | |
parent | e427a6408f61a1950ad2dfa5ac32853dcb391be7 (diff) | |
download | crosstool-ng-abdaa36b5ab0a46055248bc437d0f74183984d78.tar.gz crosstool-ng-abdaa36b5ab0a46055248bc437d0f74183984d78.tar.bz2 crosstool-ng-abdaa36b5ab0a46055248bc437d0f74183984d78.zip |
Merge pull request #515 from InfernoEmbedded/arm-toolchain-update
Arm toolchain update
Diffstat (limited to 'config/cc')
-rw-r--r-- | config/cc/gcc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 691355a0..a98b9f10 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -71,9 +71,9 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config CC_GCC_V_6_2_0 +config CC_GCC_V_6_3_0 bool - prompt "6.2.0" + prompt "6.3.0" select CC_GCC_6 config CC_GCC_V_5_4_0 @@ -287,7 +287,7 @@ config CC_GCC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "6.2.0" if CC_GCC_V_6_2_0 + default "6.3.0" if CC_GCC_V_6_3_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 default "linaro-4.9-2015.06" if CC_GCC_V_linaro_4_9 |