X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=toolchain%2FConfig.in;h=7deda1e2c30914992f87e74c5e79604b8013c03d;hb=4beaccc7d0a47aa0aef724bc3d4a37f083ff6817;hp=0d139136e09ae2e827902f55629c3315a74ef603;hpb=9fa3c68938c0340bc67dbe3199586190aa540a16;p=openwrt%2Fstaging%2Fchunkeey.git diff --git a/toolchain/Config.in b/toolchain/Config.in index 0d139136e0..7deda1e2c3 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 @@ -203,6 +203,7 @@ comment "C Library" choice prompt "C Library implementation" if TOOLCHAINOPTS + default LIBC_USE_EGLIBC if mips64 default LIBC_USE_UCLIBC help Select the C library implementation. @@ -219,6 +220,7 @@ choice config LIBC_USE_MUSL bool "Use musl" select USE_MUSL + depends on BROKEN depends on !(mips64 || mips64el) endchoice @@ -248,10 +250,11 @@ config INSIGHT config USE_EGLIBC bool + default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && mips64 config USE_UCLIBC bool - default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN + default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && !mips64 config USE_MUSL bool