diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2014-03-20 14:14:34 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-20 14:14:34 +0000 |
| commit | f7c29f0eb71f21b3fdfcae8651b56cfde1f4f045 (patch) | |
| tree | 10d25c82be0c19ca84d208db98e4eb5112a02b3a | |
| parent | 33ae9569a4337868d706fe008db872c4824cc628 (diff) | |
| download | upstream-f7c29f0eb71f21b3fdfcae8651b56cfde1f4f045.tar.gz upstream-f7c29f0eb71f21b3fdfcae8651b56cfde1f4f045.tar.bz2 upstream-f7c29f0eb71f21b3fdfcae8651b56cfde1f4f045.zip | |
toolchain: remove accidental leftover debug code
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39969
| -rw-r--r-- | package/libs/toolchain/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libs/toolchain/Makefile b/package/libs/toolchain/Makefile index a29b3221eca..117447f5814 100644 --- a/package/libs/toolchain/Makefile +++ b/package/libs/toolchain/Makefile @@ -429,7 +429,6 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) endef LD_MUSL_NAME = $(notdir $(firstword $(wildcard $(TOOLCHAIN_DIR)/lib/ld-musl-*.so*))) - $(warning LD_MUSL_NAME='$(LD_MUSL_NAME)') define Package/musl/install $(INSTALL_DIR) $(1)/lib |
