enable using soft-float regardless of having a fpu
authorImre Kaloz <kaloz@openwrt.org>
Fri, 29 Nov 2013 09:24:07 +0000 (09:24 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Fri, 29 Nov 2013 09:24:07 +0000 (09:24 +0000)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38939

toolchain/Config.in

index 0d139136e09ae2e827902f55629c3315a74ef603..7302e9f87461a31fd0e816d337896fcdc7075130 100644 (file)
@@ -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