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/?a=commitdiff_plain;h=e50a89989b5625cee22b6d63c2c9c2a57bd13032;p=openwrt%2Fstaging%2Fmkresin.git 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