summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorHamish Guthrie <hcg@openwrt.org>2007-03-07 22:32:10 +0000
committerHamish Guthrie <hcg@openwrt.org>2007-03-07 22:32:10 +0000
commited1a641e159e84f7d2659f123c8b630c28f5c15e (patch)
tree75bd2f10826ee1627871f49babad71d2a49c32e0 /toolchain
parentfbbad27a4191281115a486029d54fca0ead77e72 (diff)
downloadmaster-31e0f0ae-ed1a641e159e84f7d2659f123c8b630c28f5c15e.tar.gz
master-31e0f0ae-ed1a641e159e84f7d2659f123c8b630c28f5c15e.tar.bz2
master-31e0f0ae-ed1a641e159e84f7d2659f123c8b630c28f5c15e.zip
Changed default compiler for 2.6 kernels to 4.1.2
SVN-Revision: 6539
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Config.in2
1 files changed, 1 insertions, 1 deletions
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.