X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fmusl%2FMakefile;fp=toolchain%2Fmusl%2FMakefile;h=f95bb05ce29eede0ce34a804e451bc7f1c8bb46d;hb=415894edf2018706f462db4c721133ec9b471cda;hp=79ea175a466d4c48daecf997b94d7f8d578b6c92;hpb=6c8a0f138947015cde8d428477f66f40c5cfd6b6;p=openwrt-github%2F.git diff --git a/toolchain/musl/Makefile b/toolchain/musl/Makefile index 79ea175a46..f95bb05ce2 100644 --- a/toolchain/musl/Makefile +++ b/toolchain/musl/Makefile @@ -21,18 +21,6 @@ endef define Host/Install $(call Host/SetToolchainInfo) $(MAKE) -C $(HOST_BUILD_DIR) DESTDIR="$(TOOLCHAIN_DIR)/" install - ( cd $(TOOLCHAIN_DIR) ; \ - for d in lib usr/lib ; do \ - for f in libc.so libpthread.so libgcc_s.so ; do \ - if [ -f $$$$d/$$$$f -a ! -L $$$$d/$$$$f ] ; then \ - $(SED) 's,/usr/lib/,,g;s,/lib/,,g' $$$$d/$$$$f ; \ - fi \ - done \ - done \ - ) - rm -f \ - $(TOOLCHAIN_DIR)/lib/libresolv*.so* \ - $(TOOLCHAIN_DIR)/lib/libnsl*.so* endef $(eval $(call HostBuild))