Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48387
source "toolchain/glibc/Config.in"
source "toolchain/uClibc/Config.in"
-source "toolchain/musl/Config.in"
comment "Debuggers"
depends on TOOLCHAINOPTS
+++ /dev/null
-# Debug version.
-
-config MUSL_ENABLE_DEBUG
- bool "Build with debug information"
- depends on TOOLCHAINOPTS && USE_MUSL
- default n
--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)), \