summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in
diff options
context:
space:
mode:
authorCody P Schafer <dev@codyps.com>2014-05-11 21:31:54 (GMT)
committerCody P Schafer <dev@codyps.com>2014-05-11 21:31:54 (GMT)
commitf941e1bad5d971fe6f8efb1e2e6488f72d3b3c8b (patch)
tree7c8f5b7272db62e037747b450ff8e8617964532e /config/cc/gcc.in
parent6ab70a6fb2a760dfd55c88ae61283b761311d754 (diff)
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
Diffstat (limited to 'config/cc/gcc.in')
-rw-r--r--config/cc/gcc.in25
1 files changed, 24 insertions, 1 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index afc8497..9c16df6 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -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