mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 18:56:31 +00:00
commit
fee04e4075
@ -37,6 +37,11 @@ choice
|
|||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_BELOW
|
# CT_INSERT_VERSION_BELOW
|
||||||
|
|
||||||
|
config CC_GCC_V_5_2_0
|
||||||
|
bool
|
||||||
|
prompt "5.2.0"
|
||||||
|
select CC_GCC_5_2
|
||||||
|
|
||||||
config CC_GCC_V_5_1_0
|
config CC_GCC_V_5_1_0
|
||||||
bool
|
bool
|
||||||
prompt "5.1.0"
|
prompt "5.1.0"
|
||||||
@ -424,6 +429,24 @@ config CC_GCC_4_9_or_later
|
|||||||
bool
|
bool
|
||||||
select CC_GCC_4_8_or_later
|
select CC_GCC_4_8_or_later
|
||||||
|
|
||||||
|
config CC_GCC_5_2
|
||||||
|
bool
|
||||||
|
select CC_GCC_5_2_or_later
|
||||||
|
select CC_GCC_USE_GMP_MPFR
|
||||||
|
select CC_GCC_USE_MPC
|
||||||
|
select CC_GCC_HAS_GRAPHITE
|
||||||
|
select CC_GCC_HAS_LTO
|
||||||
|
select CC_GCC_HAS_PKGVERSION_BUGURL
|
||||||
|
select CC_GCC_HAS_BUILD_ID
|
||||||
|
select CC_GCC_HAS_LNK_HASH_STYLE
|
||||||
|
select CC_GCC_HAS_LIBQUADMATH
|
||||||
|
select CC_GCC_HAS_LIBSANITIZER
|
||||||
|
select CC_SUPPORT_GOLANG
|
||||||
|
|
||||||
|
config CC_GCC_5_2_or_later
|
||||||
|
bool
|
||||||
|
select CC_GCC_5_1_or_later
|
||||||
|
|
||||||
config CC_GCC_5_1
|
config CC_GCC_5_1
|
||||||
bool
|
bool
|
||||||
select CC_GCC_5_1_or_later
|
select CC_GCC_5_1_or_later
|
||||||
@ -541,6 +564,7 @@ config CC_GCC_VERSION
|
|||||||
string
|
string
|
||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_STRING_BELOW
|
# CT_INSERT_VERSION_STRING_BELOW
|
||||||
|
default "5.2.0" if CC_GCC_V_5_2_0
|
||||||
default "5.1.0" if CC_GCC_V_5_1_0
|
default "5.1.0" if CC_GCC_V_5_1_0
|
||||||
default "linaro-4.9-2015.03" if CC_GCC_V_linaro_4_9
|
default "linaro-4.9-2015.03" if CC_GCC_V_linaro_4_9
|
||||||
default "4.9.3" if CC_GCC_V_4_9_3
|
default "4.9.3" if CC_GCC_V_4_9_3
|
||||||
|
Loading…
Reference in New Issue
Block a user