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 | ed1a641e159e84f7d2659f123c8b630c28f5c15e (patch) | |
tree | 75bd2f10826ee1627871f49babad71d2a49c32e0 | |
parent | fbbad27a4191281115a486029d54fca0ead77e72 (diff) | |
download | upstream-ed1a641e159e84f7d2659f123c8b630c28f5c15e.tar.gz upstream-ed1a641e159e84f7d2659f123c8b630c28f5c15e.tar.bz2 upstream-ed1a641e159e84f7d2659f123c8b630c28f5c15e.zip |
Changed default compiler for 2.6 kernels to 4.1.2
SVN-Revision: 6539
-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. |