From 54dad4c873c131311662cf00133a9f750fe91255 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 19 Jan 2016 23:44:44 +0000 Subject: toolchain/musl: remove old CONFIG_MUSL_ENABLE_DEBUG option Signed-off-by: Felix Fietkau SVN-Revision: 48387 --- toolchain/musl/Config.in | 6 ------ toolchain/musl/common.mk | 5 ----- 2 files changed, 11 deletions(-) delete mode 100644 toolchain/musl/Config.in (limited to 'toolchain/musl') diff --git a/toolchain/musl/Config.in b/toolchain/musl/Config.in deleted file mode 100644 index 05caa6ab6f..0000000000 --- a/toolchain/musl/Config.in +++ /dev/null @@ -1,6 +0,0 @@ -# Debug version. - -config MUSL_ENABLE_DEBUG - bool "Build with debug information" - depends on TOOLCHAINOPTS && USE_MUSL - default n 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)), \ -- cgit v1.2.3