X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=toolchain%2Fmusl%2FMakefile;h=2b9312bcbf123c03cf8947c52044557e27377e79;hp=35f160db364a9417e028b468828b1668789e24e6;hb=533f7673ae08a71269cd1f7728f8e8e1983bbd9c;hpb=0f474633e146b30c1775d15ced6bdf8529b16863 diff --git a/toolchain/musl/Makefile b/toolchain/musl/Makefile index 35f160db36..2b9312bcbf 100644 --- a/toolchain/musl/Makefile +++ b/toolchain/musl/Makefile @@ -24,7 +24,8 @@ endef define Host/Install $(call Host/SetToolchainInfo) - $(MAKE) $(MUSL_MAKEOPTS) DESTDIR="$(TOOLCHAIN_DIR)/" install + +$(MAKE) $(HOST_JOBS) $(MUSL_MAKEOPTS) DESTDIR="$(TOOLCHAIN_DIR)/" install + $(CP) ./include $(TOOLCHAIN_DIR)/ endef $(eval $(call HostBuild))