aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2013-11-29 09:24:07 +0000
committerImre Kaloz <kaloz@openwrt.org>2013-11-29 09:24:07 +0000
commitad2cd7878c472af43d245b27e1f059897b005517 (patch)
tree8d5e38c41218f7b3f375c0d3ba1c766570a0e3a6 /toolchain/Config.in
parent1029d341c5575f4e906182151bc3a956bc56d975 (diff)
downloadupstream-ad2cd7878c472af43d245b27e1f059897b005517.tar.gz
upstream-ad2cd7878c472af43d245b27e1f059897b005517.tar.bz2
upstream-ad2cd7878c472af43d245b27e1f059897b005517.zip
enable using soft-float regardless of having a fpu
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38939
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r--toolchain/Config.in4
1 files changed, 2 insertions, 2 deletions
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