toolchain/musl: remove old CONFIG_MUSL_ENABLE_DEBUG option

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 48387
This commit is contained in:
Felix Fietkau 2016-01-19 23:44:44 +00:00
parent e771a31b39
commit 54dad4c873
3 changed files with 0 additions and 12 deletions

View 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

View File

@ -1,6 +0,0 @@
# Debug version.
config MUSL_ENABLE_DEBUG
bool "Build with debug information"
depends on TOOLCHAINOPTS && USE_MUSL
default n

View File

@ -40,11 +40,6 @@ MUSL_CONFIGURE:= \
--disable-gcc-wrapper \
--enable-debug
ifeq ($(CONFIG_MUSL_ENABLE_DEBUG),y)
MUSL_CONFIGURE+= \
--enable-debug
endif
define Host/Prepare
$(call Host/Prepare/Default)
$(if $(strip $(QUILT)), \