revert gcc to 4.1.1 for x86 to fix uclibc++ build (closes: #1056, #1202)
authorNicolas Thill <nico@openwrt.org>
Tue, 23 Jan 2007 16:14:50 +0000 (16:14 +0000)
committerNicolas Thill <nico@openwrt.org>
Tue, 23 Jan 2007 16:14:50 +0000 (16:14 +0000)
SVN-Revision: 6185

toolchain/gcc/Config.version

index 2ae3394f1ba7d01e457891548c9f0b25fe6af026..397dfa49861bf64895201944a95988dad1996788 100644 (file)
@@ -13,10 +13,10 @@ config GCC_VERSION
 
 if !TOOLCHAINOPTS
        config GCC_VERSION_4_2
-               default y if LINUX_2_6_X86
+               default n
 
        config GCC_VERSION_4_1_1
-               default y if LINUX_2_6_ARUBA || LINUX_2_6_IXP4XX || LINUX_2_6_RB532
+               default y if LINUX_2_6_ARUBA || LINUX_2_6_IXP4XX || LINUX_2_6_RB532 || LINUX_2_6_X86
 endif