From: Florian Fainelli Date: Tue, 9 Apr 2013 14:36:09 +0000 (+0000) Subject: buildroot: enable software floating point for MIPS64 targets X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=commitdiff_plain;h=9f21b979f4896e7cbce5ddf91fd40db1d2472c5e buildroot: enable software floating point for MIPS64 targets Signed-off-by: Florian Fainelli SVN-Revision: 36291 --- diff --git a/Config.in b/Config.in index 7b03c7a245..98786fcdb1 100644 --- a/Config.in +++ b/Config.in @@ -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