diff options
author | Alexey Neyman <stilor@att.net> | 2016-11-10 20:10:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-10 20:10:05 -0800 |
commit | 5ebbb52be04e42bbd1c28b903eba642bebaeb1b6 (patch) | |
tree | 52b0818a96d037434675f4a437b1badc149ca713 /config/cc | |
parent | b523e842d321f8e00ca37768b08f729db13b8bda (diff) | |
parent | 0bf97beb30cf5af7cf9c32943f73fa46c85ce01b (diff) | |
download | crosstool-ng-5ebbb52be04e42bbd1c28b903eba642bebaeb1b6.tar.gz crosstool-ng-5ebbb52be04e42bbd1c28b903eba642bebaeb1b6.tar.bz2 crosstool-ng-5ebbb52be04e42bbd1c28b903eba642bebaeb1b6.zip |
Merge pull request #468 from dajamminyogesh/master
gcc: Updated gcc from 6.1.0 to 6.2.0
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 9cc903f0..6f6e1a33 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_1_0 +config CC_GCC_V_6_2_0 bool - prompt "6.1.0" + prompt "6.2.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.1.0" if CC_GCC_V_6_1_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 default "linaro-4.9-2015.06" if CC_GCC_V_linaro_4_9 |