From: hcg 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: https://git.archive.openwrt.org/?a=commitdiff_plain;h=1d7256ed220d1b2e8627d5dfc1185fa170457ab7;p=openwrt.git Changed default compiler for 2.6 kernels to 4.1.2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6539 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.