From d04689050dcc8f609fa8067e32a62c0816fea546 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 23 Jan 2007 16:14:50 +0000 Subject: [PATCH] revert gcc to 4.1.1 for x86 to fix uclibc++ build (closes: #1056, #1202) SVN-Revision: 6185 --- toolchain/gcc/Config.version | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2