toolchain: drop the mips softfloat symlink hack
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42975
This commit is contained in:
parent
4c4157e287
commit
f2a4294ab5
|
@ -476,7 +476,6 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
|
||||||
$(TOOLCHAIN_DIR)/lib/libc.so* \
|
$(TOOLCHAIN_DIR)/lib/libc.so* \
|
||||||
$(1)/lib/
|
$(1)/lib/
|
||||||
ln -s ../../lib/$(LD_MUSL_NAME) $(1)/usr/bin/ldd
|
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
|
endef
|
||||||
|
|
||||||
define Package/libc/install
|
define Package/libc/install
|
||||||
|
|
Loading…
Reference in New Issue