Browse Source

enable software floating point emulation by default for mips and mipsel targets

SVN-Revision: 16604
Florian Fainelli 16 years ago
parent
commit
18de35e660
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/Config.in

+ 1 - 1
toolchain/Config.in

@@ -95,7 +95,7 @@ config SOFT_FLOAT
 	bool
 	bool
 	prompt "Use software floating point by default" if TOOLCHAINOPTS
 	prompt "Use software floating point by default" if TOOLCHAINOPTS
 	default y
 	default y
-	depends on (arm || armeb || powerpc) && !HAS_FPU
+	depends on (arm || armeb || powerpc || mipsel || mips) && !HAS_FPU
 	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