1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-16 20:23:53 +02:00

enable software floating point emulation by default for mips and mipsel targets

SVN-Revision: 16604
This commit is contained in:
Florian Fainelli 2009-06-28 15:49:46 +00:00
parent d78eac0079
commit 18de35e660

View File

@ -95,7 +95,7 @@ config SOFT_FLOAT
bool
prompt "Use software floating point by default" if TOOLCHAINOPTS
default y
depends on (arm || armeb || powerpc) && !HAS_FPU
depends on (arm || armeb || powerpc || mipsel || mips) && !HAS_FPU
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