build: do not deselect CONFIG_USE_SSTRIP if CONFIG_DEBUG is enabled
[openwrt/staging/wigyori.git] / toolchain / Config.in
index 2d7fcc11c850451ac26e65359a7032d6d8d010dd..1eb99e362a046f2832322a5c39acb85859db2e14 100644 (file)
@@ -28,7 +28,6 @@ menuconfig TARGET_OPTIONS
        config USE_MIPS16
                bool "Build packages with MIPS16 instructions" if TARGET_OPTIONS
                depends on HAS_MIPS16
-               depends on !GCC_VERSION_4_6
                default y
                help
                  If your target CPU does support the MIPS16 instruction set
@@ -237,7 +236,6 @@ endchoice
 
 source "toolchain/glibc/Config.in"
 source "toolchain/uClibc/Config.in"
-source "toolchain/musl/Config.in"
 
 comment "Debuggers"
        depends on TOOLCHAINOPTS