From 32c3af6a19792a805392c9dd110bbe19ac69c558 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 16 Aug 2015 20:20:36 +0000 Subject: toolchain: gcc: add gcc 5.2.0 This was boot tested on mipsel32, arm32 and x86 only. Signed-off-by: Hauke Mehrtens SVN-Revision: 46611 --- toolchain/gcc/Config.version | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain/gcc/Config.version') 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 -- cgit v1.2.3