projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71afd3a
)
Someone forgot mipsel for soft float...
author
Manuel Novoa III
<mjn3@codepoet.org>
Sat, 30 Apr 2005 22:02:38 +0000
(22:02 -0000)
committer
Manuel Novoa III
<mjn3@codepoet.org>
Sat, 30 Apr 2005 22:02:38 +0000
(22:02 -0000)
toolchain/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index 2651254f8dadba317d48ede7a392a15bb51045fe..1898b74e866c3657dcdcc80d264c0c11e2198459 100644
(file)
--- a/
toolchain/Config.in
+++ b/
toolchain/Config.in
@@
-29,7
+29,7
@@
config BR2_LARGEFILE
config BR2_SOFT_FLOAT
bool "Use software floating point by default"
default n
- depends on BR2_arm || BR2_armeb || BR2_mips || BR2_powerpc
+ depends on BR2_arm || BR2_armeb || BR2_mips || BR2_
mipsel || BR2_
powerpc
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