1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 17:12:35 +03:00

switch powerpc targets to gcc 4.2.4

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13359 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz 2008-11-26 10:07:18 +00:00
parent 5451333e82
commit 79097fdaea

View File

@ -13,11 +13,10 @@ if !TOOLCHAINOPTS
config GCC_VERSION_3_4_6
default y if LINUX_2_4
config GCC_VERSION_4_2_0
default y if TARGET_magicbox
config GCC_VERSION_4_2_4
default y if TARGET_avr32
default y if TARGET_ppc40x
default y if TARGET_ppc44x
endif