diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-08-07 12:00:25 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-08-07 12:00:25 +0000 |
commit | 5a8a22bdc2d8e5dfd14b37a72d78b08864777011 (patch) | |
tree | 3a3905ea4a7c3fa2d3c24b4ab8026edbc9b317b4 /toolchain/gcc/Config.version | |
parent | a865c9deb54100c51990a33b52637fac25d31992 (diff) | |
download | mtk-20170518-5a8a22bdc2d8e5dfd14b37a72d78b08864777011.zip mtk-20170518-5a8a22bdc2d8e5dfd14b37a72d78b08864777011.tar.gz mtk-20170518-5a8a22bdc2d8e5dfd14b37a72d78b08864777011.tar.bz2 |
add gcc 4.3.4
SVN-Revision: 17165
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r-- | toolchain/gcc/Config.version | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index a9e3536..53688c2 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 |