make gcc 4.1.1 the default for Aruba
authorImre Kaloz <kaloz@openwrt.org>
Fri, 21 Jul 2006 11:04:33 +0000 (11:04 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Fri, 21 Jul 2006 11:04:33 +0000 (11:04 +0000)
SVN-Revision: 4189

openwrt/toolchain/gcc/Config.in
openwrt/toolchain/gcc/Config.version

index 6c584db4052ea1d4876014e54efcd451ad578f1d..cee344a2628670836cd4ce7b574d114f7d4fcf3e 100644 (file)
@@ -2,7 +2,7 @@
 
 choice
        prompt "GCC compiler Version" if TOOLCHAINOPTS
-       default GCC_VERSION_4_0_3 if LINUX_2_6_ARUBA
+       default GCC_VERSION_4_1_1 if LINUX_2_6_ARUBA
        default GCC_VERSION_3_4_4 if LINUX_2_4_BRCM
        default GCC_VERSION_3_4_6
        help
index 5574acc478ba287c8f8293bbc565546c290c6ceb..286c4f578aafe3d9e7f2e6c52804c7faf0f9e2f9 100644 (file)
@@ -12,7 +12,7 @@ config GCC_VERSION
 if !TOOLCHAINOPTS
        config GCC_VERSION_3_4_4
                default y if LINUX_2_4_BRCM
-       config GCC_VERSION_4_0_3
+       config GCC_VERSION_4_1_1
                default y if LINUX_2_6_ARUBA
 endif