From d04689050dcc8f609fa8067e32a62c0816fea546 Mon Sep 17 00:00:00 2001
From: Nicolas Thill <nico@openwrt.org>
Date: Tue, 23 Jan 2007 16:14:50 +0000
Subject: 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(-)

(limited to 'toolchain/gcc/Config.version')

diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
index 2ae3394..397dfa4 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
 
 
-- 
cgit v1.1