projects
/
openwrt
/
staging
/
yousong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc7b310
)
buildroot: enable software floating point for MIPS64 targets
author
Florian Fainelli
<
[email protected]
>
Tue, 9 Apr 2013 14:36:09 +0000
(14:36 +0000)
committer
Florian Fainelli
<
[email protected]
>
Tue, 9 Apr 2013 14:36:09 +0000
(14:36 +0000)
Signed-off-by: Florian Fainelli <
[email protected]
>
SVN-Revision: 36291
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index 7b03c7a245e9a7ec8cf2fa1ebb8ff1b243f1d1ff..98786fcdb1e6b9258ed38e3cfb0ce54132cbef82 100644
(file)
--- a/
Config.in
+++ b/
Config.in
@@
-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