From: Imre Kaloz Date: Fri, 29 Nov 2013 09:24:07 +0000 (+0000) Subject: enable using soft-float regardless of having a fpu X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fyousong.git;a=commitdiff_plain;h=ad2cd7878c472af43d245b27e1f059897b005517 enable using soft-float regardless of having a fpu Signed-off-by: Imre Kaloz SVN-Revision: 38939 --- diff --git a/toolchain/Config.in b/toolchain/Config.in index 0d139136e0..7302e9f874 100644 --- a/toolchain/Config.in +++ b/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