mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 16:58:22 +00:00
buildroot: enable software floating point for MIPS64 targets
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36291
This commit is contained in:
parent
bc7b310959
commit
9f21b979f4
@ -672,7 +672,7 @@ menuconfig TARGET_OPTIONS
|
|||||||
config SOFT_FLOAT
|
config SOFT_FLOAT
|
||||||
bool "Use software floating point by default" if TARGET_OPTIONS
|
bool "Use software floating point by default" if TARGET_OPTIONS
|
||||||
default y
|
default y
|
||||||
depends on (arm || armeb || powerpc || mipsel || mips) && !HAS_FPU
|
depends on (arm || armeb || powerpc || mipsel || mips || mips64el || mips64) && !HAS_FPU
|
||||||
help
|
help
|
||||||
If your target CPU does not have a Floating Point Unit (FPU) or a
|
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
|
kernel FPU emulator, but you still wish to support floating point
|
||||||
|
Loading…
x
Reference in New Issue
Block a user