musl: fix GDB debugging on mips (local, remote)
[openwrt/openwrt.git] / toolchain / Config.in
index c7072fc17a583445efa5e152274505b273c9e486..d1de8f37be2643405829a4bf7e4288f4321c7944 100644 (file)
@@ -236,7 +236,6 @@ endchoice
 
 source "toolchain/glibc/Config.in"
 source "toolchain/uClibc/Config.in"
-source "toolchain/musl/Config.in"
 
 comment "Debuggers"
        depends on TOOLCHAINOPTS
@@ -258,10 +257,11 @@ config INSIGHT
          Enable if you want to build insight-gdb.
 
 config USE_GLIBC
+       default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (mips64 || mips64el)
        bool
 
 config USE_UCLIBC
-       default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (arc || mips64 || mips64el)
+       default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (arc)
        bool
 
 config USE_MUSL