mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[toolchain]: fixup gcc version selection for the omap35xx target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23692 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a78ed6322e
commit
ea4e94a3ec
@ -71,7 +71,7 @@ if !TOOLCHAINOPTS
|
||||
|
||||
config GCC_VERSION_4_3_3_CS
|
||||
default y if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte)
|
||||
default y if (arm || armeb) && !TARGET_gemini
|
||||
default y if (arm || armeb) && !(TARGET_gemini || TARGET_omap35xx)
|
||||
|
||||
config GCC_VERSION_4_4_1
|
||||
default y if ubicom32
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user