mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 05:43:09 +00:00
cc/gcc: add 4.9.0
Signed-off-by: Cody P Schafer <dev@codyps.com> [yann.morin.1998@free.fr: latest is now a 4.9] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Message-Id: <5bac788539bb272893ed.1399801933@gun> Patchwork-Id: 347774
This commit is contained in:
parent
6ab70a6fb2
commit
f941e1bad5
@ -36,6 +36,11 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config CC_V_4_9_0
|
||||
bool
|
||||
prompt "4.9.0"
|
||||
select CC_GCC_4_9
|
||||
|
||||
config CC_V_linaro_4_8
|
||||
bool
|
||||
prompt "linaro-4.8-2014.01"
|
||||
@ -354,9 +359,26 @@ config CC_GCC_4_8_or_later
|
||||
bool
|
||||
select CC_GCC_4_7_or_later
|
||||
|
||||
config CC_GCC_latest
|
||||
config CC_GCC_4_9
|
||||
bool
|
||||
select CC_GCC_4_9_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_SUPPORT_GOLANG
|
||||
|
||||
config CC_GCC_4_9_or_later
|
||||
bool
|
||||
select CC_GCC_4_8_or_later
|
||||
|
||||
config CC_GCC_latest
|
||||
bool
|
||||
select CC_GCC_4_9_or_later
|
||||
select CC_GCC_USE_GMP_MPFR
|
||||
select CC_GCC_USE_MPC
|
||||
select CC_GCC_HAS_GRAPHITE
|
||||
@ -449,6 +471,7 @@ config CC_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "4.9.0" if CC_V_4_9_0
|
||||
default "linaro-4.8-2014.01" if CC_V_linaro_4_8
|
||||
default "4.8.2" if CC_V_4_8_2
|
||||
default "4.8.1" if CC_V_4_8_1
|
||||
|
Loading…
Reference in New Issue
Block a user