Author: nbd Date: 2016-01-20 00:44:44 +0100 (Wed, 20 Jan 2016) New Revision: 48387
Removed: trunk/toolchain/musl/Config.in Modified: trunk/toolchain/Config.in trunk/toolchain/musl/common.mk Log: toolchain/musl: remove old CONFIG_MUSL_ENABLE_DEBUG option Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/toolchain/Config.in =================================================================== --- trunk/toolchain/Config.in 2016-01-19 23:35:04 UTC (rev 48386) +++ trunk/toolchain/Config.in 2016-01-19 23:44:44 UTC (rev 48387) @@ -236,7 +236,6 @@ source "toolchain/glibc/Config.in" source "toolchain/uClibc/Config.in" -source "toolchain/musl/Config.in" comment "Debuggers" depends on TOOLCHAINOPTS Deleted: trunk/toolchain/musl/Config.in =================================================================== --- trunk/toolchain/musl/Config.in 2016-01-19 23:35:04 UTC (rev 48386) +++ trunk/toolchain/musl/Config.in 2016-01-19 23:44:44 UTC (rev 48387) @@ -1,6 +0,0 @@ -# Debug version. - -config MUSL_ENABLE_DEBUG - bool "Build with debug information" - depends on TOOLCHAINOPTS && USE_MUSL - default n Modified: trunk/toolchain/musl/common.mk =================================================================== --- trunk/toolchain/musl/common.mk 2016-01-19 23:35:04 UTC (rev 48386) +++ trunk/toolchain/musl/common.mk 2016-01-19 23:44:44 UTC (rev 48387) @@ -40,11 +40,6 @@ --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)), \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
