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:
parent
e771a31b39
commit
54dad4c873
3 changed files with 0 additions and 12 deletions
|
@ -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…
Reference in a new issue