summaryrefslogtreecommitdiffstats
path: root/toolchain/musl/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/musl/common.mk')
-rw-r--r--toolchain/musl/common.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/toolchain/musl/common.mk b/toolchain/musl/common.mk
index 986f372a6e..29beb14e17 100644
--- a/toolchain/musl/common.mk
+++ b/toolchain/musl/common.mk
@@ -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)), \