From e15ca560241fdf6a10bd68d53118480e3b6e76f8 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 23 Apr 2009 09:44:57 +0000 Subject: add preliminary support for gcc-4.4.0, need to forward port the fhonour-copt patch SVN-Revision: 15345 --- toolchain/gcc/Config.version | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'toolchain/gcc/Config.version') diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 1193580e16..98d553f73d 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -4,6 +4,7 @@ config GCC_VERSION default "4.1.2" if GCC_VERSION_4_1_2 default "4.2.4" if GCC_VERSION_4_2_4 default "4.3.3" if GCC_VERSION_4_3_3 + default "4.4.0" if GCC_VERSION_4_4_0 default "4.1.2" config GCC_VERSION_3 @@ -19,6 +20,7 @@ config GCC_VERSION_4 default y if GCC_VERSION_4_1 default y if GCC_VERSION_4_2 default y if GCC_VERSION_4_3 + default y if GCC_VERSION_4_4 config GCC_VERSION_4_1 bool @@ -32,6 +34,10 @@ config GCC_VERSION_4_3 bool default y if GCC_VERSION_4_3_3 +config GCC_VERSION_4_4 + bool + default y if GCC_VERSION_4_4_0 + if !TOOLCHAINOPTS config GCC_VERSION_3_4_6 default y if LINUX_2_4 -- cgit v1.2.3