From: Florian Fainelli Date: Sun, 28 Jun 2009 15:49:46 +0000 (+0000) Subject: enable software floating point emulation by default for mips and mipsel targets X-Git-Tag: reboot~23117 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=18de35e6603f2223becb2b2f3a210bbbb536e267 enable software floating point emulation by default for mips and mipsel targets SVN-Revision: 16604 --- diff --git a/toolchain/Config.in b/toolchain/Config.in index 0f67fc0944..5b5ad37a1b 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -95,7 +95,7 @@ config SOFT_FLOAT bool prompt "Use software floating point by default" if TOOLCHAINOPTS default y - depends on (arm || armeb || powerpc) && !HAS_FPU + depends on (arm || armeb || powerpc || mipsel || mips) && !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