build: enable MIPS16 again, but make it depend on !gcc-4.6

gcc 4.6 miscompiles hostapd with mips16, on gcc 4.8 it works

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37932 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2013-09-10 14:40:06 +00:00
parent 4afed2c897
commit 3cf32d404b

View file

@ -879,6 +879,8 @@ menuconfig TARGET_OPTIONS
config USE_MIPS16 config USE_MIPS16
bool "Build packages with MIPS16 instructions" if TARGET_OPTIONS bool "Build packages with MIPS16 instructions" if TARGET_OPTIONS
depends on HAS_MIPS16 depends on HAS_MIPS16
depends on !GCC_VERSION_4_6
default y
help help
If your target CPU does support the MIPS16 instruction set If your target CPU does support the MIPS16 instruction set
and you want to use it for packages, enable this option. and you want to use it for packages, enable this option.