Skip to content

Commit

Permalink
buildroot: enable software floating point for MIPS64 targets
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Fainelli <[email protected]>

SVN-Revision: 36291
  • Loading branch information
ffainelli committed Apr 9, 2013
1 parent bc7b310 commit 9f21b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ 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) && !HAS_FPU
depends on (arm || armeb || powerpc || mipsel || mips || mips64el || mips64) && !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
Expand Down

0 comments on commit 9f21b97

Please sign in to comment.