diff -r 1e26cdc4c228 -r 283cebef7061 config/cc/gcc.in --- a/config/cc/gcc.in Sun Feb 09 22:21:15 2014 +0100 +++ b/config/cc/gcc.in Sun May 11 23:31:54 2014 +0200 @@ -36,6 +36,11 @@ # 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 @@ bool select CC_GCC_4_7_or_later +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_8_or_later + 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 @@ 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