enable using soft-float regardless of having a fpu

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 38939
This commit is contained in:
Imre Kaloz 2013-11-29 09:24:07 +00:00
parent 1029d341c5
commit ad2cd7878c
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ menuconfig TARGET_OPTIONS
config SOFT_FLOAT
bool "Use software floating point by default" if TARGET_OPTIONS
default y
depends on (arm || armeb || powerpc || mipsel || mips || mips64el || mips64) && !HAS_FPU
default y if !HAS_FPU
depends on arm || armeb || powerpc || mipsel || mips || mips64el || mips64
help
If your target CPU does not have a Floating Point Unit (FPU) or a
kernel FPU emulator, but you still wish to support floating point