diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-04-09 14:36:09 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-04-09 14:36:09 +0000 |
commit | 9f21b979f4896e7cbce5ddf91fd40db1d2472c5e (patch) | |
tree | c3266dfb5a9ce90bf454edef9ad597e075578bda | |
parent | bc7b3109590eeb3182f9d50bf358370f4b7828c1 (diff) | |
download | upstream-9f21b979f4896e7cbce5ddf91fd40db1d2472c5e.tar.gz upstream-9f21b979f4896e7cbce5ddf91fd40db1d2472c5e.tar.bz2 upstream-9f21b979f4896e7cbce5ddf91fd40db1d2472c5e.zip |
buildroot: enable software floating point for MIPS64 targets
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36291
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -672,7 +672,7 @@ 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) && !HAS_FPU + depends on (arm || armeb || powerpc || mipsel || mips || mips64el || mips64) && !HAS_FPU 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 |