From 7b67264adf9f1c86369471fbaeee4a8e87c127c7 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Sat, 30 Apr 2005 22:02:38 +0000 Subject: Someone forgot mipsel for soft float... --- toolchain/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/Config.in') 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 -- cgit v1.2.3