mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
Bump Linaro GCC6 to 6.3-2017-02
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
eb8c9024b4
commit
69eba93d79
@ -72,17 +72,17 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config CC_GCC_V_linaro_6_3
|
||||
bool
|
||||
prompt "linaro-6.3-2017.02"
|
||||
depends on CC_GCC_SHOW_LINARO
|
||||
select CC_GCC_6
|
||||
|
||||
config CC_GCC_V_6_3_0
|
||||
bool
|
||||
prompt "6.3.0"
|
||||
select CC_GCC_6
|
||||
|
||||
config CC_GCC_V_linaro_6_2
|
||||
bool
|
||||
prompt "linaro-6.2-2016.11"
|
||||
depends on CC_GCC_SHOW_LINARO
|
||||
select CC_GCC_6
|
||||
|
||||
config CC_GCC_V_5_4_0
|
||||
bool
|
||||
prompt "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
|
||||
|
Loading…
Reference in New Issue
Block a user