From: nbd Date: Sun, 19 Oct 2014 21:46:03 +0000 (+0000) Subject: toolchain: drop the mips softfloat symlink hack X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=c5c124737d73d044c45cb4a74159c5cf39e6a428 toolchain: drop the mips softfloat symlink hack Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42975 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/libs/toolchain/Makefile b/package/libs/toolchain/Makefile index 1de0c2807a..5e7116f387 100644 --- a/package/libs/toolchain/Makefile +++ b/package/libs/toolchain/Makefile @@ -476,7 +476,6 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) $(TOOLCHAIN_DIR)/lib/libc.so* \ $(1)/lib/ ln -s ../../lib/$(LD_MUSL_NAME) $(1)/usr/bin/ldd - $(if $(findstring -sf.so,$(LD_MUSL_NAME)),ln -s $(LD_MUSL_NAME) $(1)/lib/$(subst -sf.so,.so,$(LD_MUSL_NAME))) endef define Package/libc/install