From: Nicolas Thill Date: Tue, 23 Jan 2007 16:14:50 +0000 (+0000) Subject: revert gcc to 4.1.1 for x86 to fix uclibc++ build (closes: #1056, #1202) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d04689050dcc8f609fa8067e32a62c0816fea546;p=openwrt%2Fstaging%2Fneocturne.git revert gcc to 4.1.1 for x86 to fix uclibc++ build (closes: #1056, #1202) SVN-Revision: 6185 --- diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 2ae3394f1b..397dfa4986 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -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