Skip to content
Snippets Groups Projects
Commit ad2cd787 authored by Imre Kaloz's avatar Imre Kaloz
Browse files

enable using soft-float regardless of having a fpu


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

SVN-Revision: 38939
parent 1029d341
No related branches found
No related tags found
No related merge requests found
...@@ -15,8 +15,8 @@ menuconfig TARGET_OPTIONS ...@@ -15,8 +15,8 @@ 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 if !HAS_FPU
depends on (arm || armeb || powerpc || mipsel || mips || mips64el || mips64) && !HAS_FPU depends on arm || armeb || powerpc || mipsel || mips || mips64el || mips64
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment