X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=toolchain%2FConfig.in;h=7c0e3ce086ea6e30c0956472a8a7b9a95a71bf6f;hb=d59c27ef68ac13e5207a57833c2142a8959931b3;hp=0d139136e09ae2e827902f55629c3315a74ef603;hpb=a7e8cfc60c1c3925475cf9ada5b393cc63b5f9af;p=openwrt.git diff --git a/toolchain/Config.in b/toolchain/Config.in index 0d139136e0..7c0e3ce086 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -15,8 +15,8 @@ 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 || mips64el || mips64) && !HAS_FPU + default y if !HAS_FPU + depends on arm || armeb || powerpc || mipsel || mips || mips64el || mips64 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 @@ -219,6 +219,7 @@ choice config LIBC_USE_MUSL bool "Use musl" select USE_MUSL + depends on BROKEN depends on !(mips64 || mips64el) endchoice