diff options
author | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-07 22:32:10 +0000 |
---|---|---|
committer | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-07 22:32:10 +0000 |
commit | 1d7256ed220d1b2e8627d5dfc1185fa170457ab7 (patch) | |
tree | 7a2438de0bda6ac6d22af7799d1dd01e211eeedd /toolchain/gcc | |
parent | 69ab7d90e7a9ee2e7bc50a005164a30678327987 (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/gcc')
-rw-r--r-- | toolchain/gcc/Config.in | 2 |
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. |