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 | 0e46f3a0532bea6f0f8ebbad49c989bedbe0eff9 (patch) | |
tree | cda8ff2e8a183edfef808133485f68fbe9f5af37 /Config.in | |
parent | ffaccbaa811c4e5f6c13a8b99530810aa2c12ee8 (diff) | |
download | upstream-0e46f3a0532bea6f0f8ebbad49c989bedbe0eff9.tar.gz upstream-0e46f3a0532bea6f0f8ebbad49c989bedbe0eff9.tar.bz2 upstream-0e46f3a0532bea6f0f8ebbad49c989bedbe0eff9.zip |
buildroot: enable software floating point for MIPS64 targets
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36291 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-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 |