diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 20:03:00 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 20:03:00 +0000 |
commit | 926ea6a65eec7d3e5017307746213c21a990b019 (patch) | |
tree | af857d2d464b91a0e9ef0990c17810a61ef68237 /toolchain | |
parent | 2630adf92a5443c89a533fed32e912a9ca86e6f0 (diff) | |
download | upstream-926ea6a65eec7d3e5017307746213c21a990b019.tar.gz upstream-926ea6a65eec7d3e5017307746213c21a990b019.tar.bz2 upstream-926ea6a65eec7d3e5017307746213c21a990b019.zip |
use soft float by default on arm and powerpc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10011 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in index 79fa857b31..357b8185f1 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -37,7 +37,7 @@ config C99_MATH config SOFT_FLOAT bool prompt "Use software floating point by default" if TOOLCHAINOPTS - default n + default y depends on arm || armeb || powerpc help If your target CPU does not have a Floating Point Unit (FPU) or a |