summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.version
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-05-28 12:00:22 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-05-28 12:00:22 +0000
commit504cfe0e5c84feeed0b6b557304c9b3db1e01560 (patch)
treeda5a883fdac5e183cd57022642225524fb106da4 /toolchain/gcc/Config.version
parentcee93be0172ec5e7bc775c0e2736a2b2fe27ff79 (diff)
toolchain/gcc: add support for gcc-4.3.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21599 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 3c9955edf..475a23a1d 100644
--- a/toolchain/gcc/Config.version
+++ b/toolchain/gcc/Config.version
@@ -6,6 +6,7 @@ config GCC_VERSION
default "4.3.3" if GCC_VERSION_4_3_3
default "4.3.3+cs" if GCC_VERSION_4_3_3_CS
default "4.3.4" if GCC_VERSION_4_3_4
+ default "4.3.5" if GCC_VERSION_4_3_5
default "4.4.1" if GCC_VERSION_4_4_1
default "4.4.1+cs" if GCC_VERSION_4_4_1_CS
default "4.4.2" if GCC_VERSION_4_4_2
@@ -47,6 +48,7 @@ config GCC_VERSION_4_3
default y if GCC_VERSION_4_3_3
default y if GCC_VERSION_4_3_3_CS
default y if GCC_VERSION_4_3_4
+ default y if GCC_VERSION_4_3_5
config GCC_VERSION_4_4
bool