diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2007-03-07 22:32:10 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2007-03-07 22:32:10 +0000 |
commit | 0c7837df28dd8ef162ed92bf2e719c59d07997a0 (patch) | |
tree | 7a2438de0bda6ac6d22af7799d1dd01e211eeedd | |
parent | 4feb3cb5f613ca9eeb5b28c11067d6f0dfe4d8f8 (diff) | |
download | upstream-0c7837df28dd8ef162ed92bf2e719c59d07997a0.tar.gz upstream-0c7837df28dd8ef162ed92bf2e719c59d07997a0.tar.bz2 upstream-0c7837df28dd8ef162ed92bf2e719c59d07997a0.zip |
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
-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. |