summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-19 23:44:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-19 23:44:44 +0000
commit54dad4c873c131311662cf00133a9f750fe91255 (patch)
tree3bd94ab1440ec1a7dac78a3f972929b2d8da11f6 /toolchain
parente771a31b391f8902f72bf4db5b6b7d855448d6e2 (diff)
downloadmaster-31e0f0ae-54dad4c873c131311662cf00133a9f750fe91255.tar.gz
master-31e0f0ae-54dad4c873c131311662cf00133a9f750fe91255.tar.bz2
master-31e0f0ae-54dad4c873c131311662cf00133a9f750fe91255.zip
toolchain/musl: remove old CONFIG_MUSL_ENABLE_DEBUG option
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48387
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/Config.in1
-rw-r--r--toolchain/musl/Config.in6
-rw-r--r--toolchain/musl/common.mk5
3 files changed, 0 insertions, 12 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index c7072fc17a..1eb99e362a 100644
--- a/toolchain/Config.in
+++ b/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
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)), \