X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Ftoolchain%2FMakefile;h=84fc3e6b2fca588e731ad1bf83e601328edc9af3;hb=cfcc935fa2f110fdf4824c67d3cd67f34d91f7a8;hp=265587ed5f96c13f28fac20a8e1be1c757c96aae;hpb=4cf1359d5dc38debc89834d895f9a3951044bf90;p=openwrt.git diff --git a/package/toolchain/Makefile b/package/toolchain/Makefile index 265587ed5f..84fc3e6b2f 100644 --- a/package/toolchain/Makefile +++ b/package/toolchain/Makefile @@ -426,6 +426,16 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) $(1)/lib/ endef + define Package/musl/install + $(INSTALL_DIR) $(1)/lib + $(CP) \ + $(TOOLCHAIN_DIR)/lib/ld-musl-*.so* \ + $(1)/lib/ + $(CP) \ + $(TOOLCHAIN_DIR)/lib/libc.so* \ + $(1)/lib/ + endef + define Package/libc/install $(call Package/$(LIBC)/install,$1) endef