diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-09-30 21:36:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-09-30 21:36:28 +0000 |
commit | 9bbf4ef2c00282b562fb079d9aa88ae6fb5be082 (patch) | |
tree | 037f771992a3f9453dcbac7b00e2360081a69756 /toolchain/gcc/Config.version | |
parent | 1d487752f0af3be75ef4fb1f0fcea4d17ce94085 (diff) | |
download | upstream-9bbf4ef2c00282b562fb079d9aa88ae6fb5be082.tar.gz upstream-9bbf4ef2c00282b562fb079d9aa88ae6fb5be082.tar.bz2 upstream-9bbf4ef2c00282b562fb079d9aa88ae6fb5be082.zip |
gcc: add 4.9-linaro based on the 2014.09 release
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42706 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r-- | toolchain/gcc/Config.version | 7 |
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 |