mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:34:04 +02:00
use the gcc 4.2 snapshot in x86-2.6 by default - seems to work better than 4.1.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5706 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a1f92f4320
commit
7bc91f44e5
@ -12,8 +12,11 @@ config GCC_VERSION
|
||||
default "3.4.6"
|
||||
|
||||
if !TOOLCHAINOPTS
|
||||
config GCC_VERSION_4_2
|
||||
default y if LINUX_2_6_X86
|
||||
|
||||
config GCC_VERSION_4_1_1
|
||||
default y if LINUX_2_6_ARUBA || LINUX_2_6_X86 || LINUX_2_6_IXP4XX || LINUX_2_6_RB532
|
||||
default y if LINUX_2_6_ARUBA || LINUX_2_6_IXP4XX || LINUX_2_6_RB532
|
||||
endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user