mirror of https://github.com/hak5/openwrt.git
toolchain/musl: simplify musl install steps
Some of these were copy/pasted from uClibc, but they are not necessary at all for musl-libc. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34598lede-17.01
parent
629ba45a9b
commit
61f19f555f
|
@ -21,18 +21,6 @@ endef
|
||||||
define Host/Install
|
define Host/Install
|
||||||
$(call Host/SetToolchainInfo)
|
$(call Host/SetToolchainInfo)
|
||||||
$(MAKE) -C $(HOST_BUILD_DIR) DESTDIR="$(TOOLCHAIN_DIR)/" install
|
$(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
|
endef
|
||||||
|
|
||||||
$(eval $(call HostBuild))
|
$(eval $(call HostBuild))
|
||||||
|
|
Loading…
Reference in New Issue