From ff8823632a110d3b79dd158ff655c1d1367e86cd Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 9 Apr 2013 14:36:09 +0000 Subject: buildroot: enable software floating point for MIPS64 targets Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36291 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.in b/Config.in index 7b03c7a24..98786fcdb 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 -- cgit v1.2.3