From: Hamish Guthrie Date: Wed, 7 Mar 2007 22:32:10 +0000 (+0000) Subject: Changed default compiler for 2.6 kernels to 4.1.2 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=commitdiff_plain;h=ed1a641e159e84f7d2659f123c8b630c28f5c15e Changed default compiler for 2.6 kernels to 4.1.2 SVN-Revision: 6539 --- diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 6b79fdda7a..8a798c32b1 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -3,7 +3,7 @@ choice prompt "GCC compiler Version" if TOOLCHAINOPTS default GCC_VERSION_3_4_6 if LINUX_2_4 - default GCC_VERSION_4_1_1 + default GCC_VERSION_4_1_2 help Select the version of gcc you wish to use.