浏览代码

enable using soft-float regardless of having a fpu

Signed-off-by: Imre Kaloz <[email protected]>

SVN-Revision: 38939
Imre Kaloz 12 年之前
父节点
当前提交
ad2cd7878c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      toolchain/Config.in

+ 2 - 2
toolchain/Config.in

@@ -15,8 +15,8 @@ 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 || mips64el || mips64) && !HAS_FPU
+		default y if !HAS_FPU
+		depends on arm || armeb || powerpc || mipsel || mips || mips64el || mips64
 		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