Browse Source

toolchain/musl: remove old CONFIG_MUSL_ENABLE_DEBUG option

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 48387
Felix Fietkau 10 years ago
parent
commit
54dad4c873
3 changed files with 0 additions and 12 deletions
  1. 0 1
      toolchain/Config.in
  2. 0 6
      toolchain/musl/Config.in
  3. 0 5
      toolchain/musl/common.mk

+ 0 - 1
toolchain/Config.in

@@ -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

+ 0 - 6
toolchain/musl/Config.in

@@ -1,6 +0,0 @@
-# Debug version.
-
-config MUSL_ENABLE_DEBUG
-	bool "Build with debug information"
-	depends on TOOLCHAINOPTS && USE_MUSL
-	default n

+ 0 - 5
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)), \