summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Config.version
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-04-23 09:44:57 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-04-23 09:44:57 +0000
commite15ca560241fdf6a10bd68d53118480e3b6e76f8 (patch)
tree80a641205245186bc4c0644f9edec01d158ab648 /toolchain/gcc/Config.version
parent632f50b891326de135c0c938a2af7c7605ce3950 (diff)
downloadmtk-20170518-e15ca560241fdf6a10bd68d53118480e3b6e76f8.zip
mtk-20170518-e15ca560241fdf6a10bd68d53118480e3b6e76f8.tar.gz
mtk-20170518-e15ca560241fdf6a10bd68d53118480e3b6e76f8.tar.bz2
add preliminary support for gcc-4.4.0, need to forward port the fhonour-copt patch
SVN-Revision: 15345
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r--toolchain/gcc/Config.version6
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
index 1193580..98d553f 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