aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.version
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-05-28 13:50:47 +0000
committerNicolas Thill <nico@openwrt.org>2010-05-28 13:50:47 +0000
commite5e5f00bba44884abc45c802766c0f58d0bd0b71 (patch)
treeafde9b541515cc0700b76fc1ab0bc81b7ad3899a /toolchain/gcc/Config.version
parent920b2a8d5bb8942021b59da05ae59c27dc009208 (diff)
downloadupstream-e5e5f00bba44884abc45c802766c0f58d0bd0b71.tar.gz
upstream-e5e5f00bba44884abc45c802766c0f58d0bd0b71.tar.bz2
upstream-e5e5f00bba44884abc45c802766c0f58d0bd0b71.zip
toolchain/gcc: add support for gcc-4.4.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21600 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r--toolchain/gcc/Config.version2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
index 475a23a1df..c3bc90ff14 100644
--- a/toolchain/gcc/Config.version
+++ b/toolchain/gcc/Config.version
@@ -11,6 +11,7 @@ config GCC_VERSION
default "4.4.1+cs" if GCC_VERSION_4_4_1_CS
default "4.4.2" if GCC_VERSION_4_4_2
default "4.4.3" if GCC_VERSION_4_4_3
+ default "4.4.4" if GCC_VERSION_4_4_4
default "4.5.0" if GCC_VERSION_4_5_0
default "4.4.3+cs" if GCC_VERSION_4_4_3_CS
default "llvm" if GCC_VERSION_LLVM
@@ -57,6 +58,7 @@ config GCC_VERSION_4_4
default y if GCC_VERSION_4_4_2
default y if GCC_VERSION_4_4_3
default y if GCC_VERSION_4_4_3_CS
+ default y if GCC_VERSION_4_4_4
config GCC_VERSION_4_5
bool