revert gcc to 4.1.1 for x86 to fix uclibc++ build (closes: #1056, #1202)

SVN-Revision: 6185
This commit is contained in:
Nicolas Thill 2007-01-23 16:14:50 +00:00
parent 574c87a244
commit d04689050d

View 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