Explorar o código

buildroot: enable software floating point for MIPS64 targets

Signed-off-by: Florian Fainelli <[email protected]>

SVN-Revision: 36291
Florian Fainelli %!s(int64=12) %!d(string=hai) anos
pai
achega
9f21b979f4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Config.in

+ 1 - 1
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