From: Imre Kaloz Date: Sun, 11 Mar 2007 19:26:39 +0000 (+0000) Subject: fix gcc version selection X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=0221f9589cecea74c8b7c5db8f578c4781d797af;hp=ef9c1b058c2c99d4c0b26cdae6fa4600abf9d350 fix gcc version selection SVN-Revision: 6556 --- diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 3bce835492..1b817237b5 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -10,7 +10,7 @@ config GCC_VERSION default "4.1.2" if GCC_VERSION_4_1_2 default "4.2" if GCC_VERSION_4_2 default "3.4.6-nonmips" if GCC_VERSION_3_4_6_nonmips - default "4.1.1" + default "4.1.2" if !TOOLCHAINOPTS config GCC_VERSION_3_4_6