X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/a9f8a6d57767cb2ce095ea260a490bf595bc7a75..9a319f4c479163ac7114c72c1e8c25697cb65e5e:/toolchain/Config.in diff --git a/toolchain/Config.in b/toolchain/Config.in index 0f67fc094..3ff080136 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -54,12 +54,10 @@ choice config USE_EGLIBC bool "Use eglibc" depends !avr32 - select NO_STRIP config USE_GLIBC bool "Use glibc" depends !avr32 - select NO_STRIP config USE_UCLIBC bool "Use uClibc" @@ -95,7 +93,7 @@ config SOFT_FLOAT bool prompt "Use software floating point by default" if TOOLCHAINOPTS default y - depends on (arm || armeb || powerpc) && !HAS_FPU + depends on (arm || armeb || powerpc || mipsel || mips) && !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