summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorhcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-07 22:32:10 +0000
committerhcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-07 22:32:10 +0000
commit1d7256ed220d1b2e8627d5dfc1185fa170457ab7 (patch)
tree7a2438de0bda6ac6d22af7799d1dd01e211eeedd /toolchain
parent69ab7d90e7a9ee2e7bc50a005164a30678327987 (diff)
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
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 6b79fdda7..8a798c32b 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.