toolchain/musl: remove old CONFIG_MUSL_ENABLE_DEBUG option

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

SVN-Revision: 48387
v19.07.3_mercusys_ac12_duma
Felix Fietkau 8 years ago
parent e771a31b39
commit 54dad4c873

@ -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

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

@ -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)), \

Loading…
Cancel
Save