Skip to content
Snippets Groups Projects
Commit 54dad4c8 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

toolchain/musl: remove old CONFIG_MUSL_ENABLE_DEBUG option


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

SVN-Revision: 48387
parent e771a31b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
# 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)), \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment