summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.version
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-09-30 21:36:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-09-30 21:36:28 +0000
commitcb119e2a69ddf235255398175ecaba7d8081b775 (patch)
treeb4d530ae2a45f90e96e4f955c8ffdc759d7ab3ee /toolchain/gcc/Config.version
parent1637363e95163a4643ffa285a38f9e6fc8b25b8f (diff)
downloadmaster-31e0f0ae-cb119e2a69ddf235255398175ecaba7d8081b775.tar.gz
master-31e0f0ae-cb119e2a69ddf235255398175ecaba7d8081b775.tar.bz2
master-31e0f0ae-cb119e2a69ddf235255398175ecaba7d8081b775.zip
gcc: add 4.9-linaro based on the 2014.09 release
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42706
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r--toolchain/gcc/Config.version7
1 files changed, 7 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
index 417fd4d9c3..c547003b2d 100644
--- a/toolchain/gcc/Config.version
+++ b/toolchain/gcc/Config.version
@@ -13,6 +13,9 @@ config GCC_VERSION_4_8_LINARO
config GCC_VERSION_4_8_0
bool
+config GCC_VERSION_4_9_LINARO
+ bool
+
config GCC_VERSION
string
default "4.4.7" if GCC_VERSION_4_4_7
@@ -20,6 +23,7 @@ config GCC_VERSION
default "4.8.0" if GCC_VERSION_4_8_0
default "4.6-linaro" if GCC_VERSION_4_6_LINARO
default "4.8-linaro" if GCC_VERSION_4_8_LINARO
+ default "4.9-linaro" if GCC_VERSION_4_9_LINARO
default "4.6-linaro"
config GCC_VERSION_4_4
@@ -34,3 +38,6 @@ config GCC_VERSION_4_8
bool
default y if (GCC_VERSION_4_8_0 || GCC_VERSION_4_8_LINARO)
+config GCC_VERSION_4_9
+ bool
+ default y if GCC_VERSION_4_9_LINARO