diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-19 10:56:09 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-02-19 10:56:09 -0800 |
commit | 69eba93d79da4cc2979573610fbfd8638947f983 (patch) | |
tree | ae3d74ca18cdada5b7088d718f274cfe48182412 /config/cc/gcc.in | |
parent | eb8c9024b4fe51925aff3d8d158188a97034a445 (diff) | |
download | crosstool-ng-69eba93d79da4cc2979573610fbfd8638947f983.tar.gz crosstool-ng-69eba93d79da4cc2979573610fbfd8638947f983.tar.bz2 crosstool-ng-69eba93d79da4cc2979573610fbfd8638947f983.zip |
Bump Linaro GCC6 to 6.3-2017-02
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/cc/gcc.in')
-rw-r--r-- | config/cc/gcc.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index c1996e91..d9185291 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 |