enable gcc 4.1.1 by default in x86-2.6 (verified on wrap board)
authorFelix Fietkau <nbd@openwrt.org>
Mon, 9 Oct 2006 15:10:40 +0000 (15:10 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 9 Oct 2006 15:10:40 +0000 (15:10 +0000)
SVN-Revision: 4989

openwrt/toolchain/gcc/Config.version

index 65f29b9bdab6dd39fad9b73aeaca7dca0d332f57..e728bc40878ba6673952daca946a2a689f9fb420 100644 (file)
@@ -12,7 +12,7 @@ config GCC_VERSION
 
 if !TOOLCHAINOPTS
        config GCC_VERSION_4_1_1
-               default y if LINUX_2_6_ARUBA
+               default y if LINUX_2_6_ARUBA || LINUX_2_6_X86
        config GCC_VERSION_4_0_3
                default y if LINUX_2_6_XSCALE
 endif