1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 16:31:40 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6185 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-01-23 16:14:50 +00:00
parent ca1b1f247f
commit d375445826

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