diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-10-25 09:16:31 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-10-25 09:16:31 +0000 |
commit | 34b4f11508d812728ae6645071884d79250972fe (patch) | |
tree | 5189ef5843fcdfc82281ec0d49a6a49a370d359b /toolchain/gcc/Config.version | |
parent | c526a608f8e4b9c51236ef42a021555d5415fce1 (diff) | |
download | upstream-34b4f11508d812728ae6645071884d79250972fe.tar.gz upstream-34b4f11508d812728ae6645071884d79250972fe.tar.bz2 upstream-34b4f11508d812728ae6645071884d79250972fe.zip |
add gcc 4.2.2
SVN-Revision: 9443
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r-- | toolchain/gcc/Config.version | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index a5cbe90b81..a1f857aa57 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.0" if GCC_VERSION_4_2_0 default "4.2.1" if GCC_VERSION_4_2_1 + default "4.2.2" if GCC_VERSION_4_2_2 default "4.1.2" if !TOOLCHAINOPTS |