aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.version
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2015-08-16 20:20:36 +0000
committerHauke Mehrtens <hauke@openwrt.org>2015-08-16 20:20:36 +0000
commitcfb50ff8b4e8498cd55384480b7821936507cbb4 (patch)
treec6e3971184ea3ad31b0894e3a9f97d9fb14ba70f /toolchain/gcc/Config.version
parentddb49cd76ed5dcca1a669bbb0da52417eabd3369 (diff)
downloadmaster-187ad058-cfb50ff8b4e8498cd55384480b7821936507cbb4.tar.gz
master-187ad058-cfb50ff8b4e8498cd55384480b7821936507cbb4.tar.bz2
master-187ad058-cfb50ff8b4e8498cd55384480b7821936507cbb4.zip
toolchain: gcc: add gcc 5.2.0
This was boot tested on mipsel32, arm32 and x86 only. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46611 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r--toolchain/gcc/Config.version4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
index 56de0d7bd4..c5cf232b92 100644
--- a/toolchain/gcc/Config.version
+++ b/toolchain/gcc/Config.version
@@ -12,6 +12,7 @@ config GCC_VERSION_4_9_LINARO
config GCC_VERSION
string
default "4.6.3" if GCC_VERSION_4_6_3
+ default "5.2.0" if GCC_VERSION_5
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
@@ -28,3 +29,6 @@ config GCC_VERSION_4_8
config GCC_VERSION_4_9
bool
default y if GCC_VERSION_4_9_LINARO
+
+config GCC_VERSION_5
+ bool