summaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorManuel Novoa III2005-05-01 00:02:38 +0200
committerManuel Novoa III2005-05-01 00:02:38 +0200
commit7b67264adf9f1c86369471fbaeee4a8e87c127c7 (patch)
tree2baa429ce27067619b1a0f7a9d834b395aff15b8 /toolchain/Config.in
parentAdd 4.0.0 support. Some arches may still need some tweaking and/or additiona... (diff)
downloadbuildroot-7b67264adf9f1c86369471fbaeee4a8e87c127c7.tar.gz
buildroot-7b67264adf9f1c86369471fbaeee4a8e87c127c7.tar.xz
buildroot-7b67264adf9f1c86369471fbaeee4a8e87c127c7.zip
Someone forgot mipsel for soft float...
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r--toolchain/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 2651254f8..1898b74e8 100644
--- 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