diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-19 23:44:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-19 23:44:44 +0000 |
commit | c3ccb603115aa50bc9e8084ba93bf8040968c243 (patch) | |
tree | d9ca41a68e0d2650de4296a20dfc33ab10eff74c /toolchain/musl | |
parent | a40d2e46e21d5eb9825b5ba3d956cbd623b17bdb (diff) | |
download | master-187ad058-c3ccb603115aa50bc9e8084ba93bf8040968c243.tar.gz master-187ad058-c3ccb603115aa50bc9e8084ba93bf8040968c243.tar.bz2 master-187ad058-c3ccb603115aa50bc9e8084ba93bf8040968c243.zip |
toolchain/musl: remove old CONFIG_MUSL_ENABLE_DEBUG option
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48387 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/musl')
-rw-r--r-- | toolchain/musl/Config.in | 6 | ||||
-rw-r--r-- | toolchain/musl/common.mk | 5 |
2 files changed, 0 insertions, 11 deletions
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)), \ |