summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.version
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-08-07 12:00:25 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-08-07 12:00:25 +0000
commit5a8a22bdc2d8e5dfd14b37a72d78b08864777011 (patch)
tree3a3905ea4a7c3fa2d3c24b4ab8026edbc9b317b4 /toolchain/gcc/Config.version
parenta865c9deb54100c51990a33b52637fac25d31992 (diff)
downloadmaster-31e0f0ae-5a8a22bdc2d8e5dfd14b37a72d78b08864777011.tar.gz
master-31e0f0ae-5a8a22bdc2d8e5dfd14b37a72d78b08864777011.tar.bz2
master-31e0f0ae-5a8a22bdc2d8e5dfd14b37a72d78b08864777011.zip
add gcc 4.3.4
SVN-Revision: 17165
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 a9e3536bd1..53688c217a 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.3.4" if GCC_VERSION_4_3_4
default "4.4.0" if GCC_VERSION_4_4_0
default "4.4.1" if GCC_VERSION_4_4_1
default "4.1.2"
@@ -34,6 +35,7 @@ config GCC_VERSION_4_2
config GCC_VERSION_4_3
bool
default y if GCC_VERSION_4_3_3
+ default y if GCC_VERSION_4_3_4
config GCC_VERSION_4_4
bool