X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fmusl%2FMakefile;h=2b9312bcbf123c03cf8947c52044557e27377e79;hb=4cf991bedb4cbf42fd60af52a730bf52461c7161;hp=1533f51a0d602a2a401b93525d8351ed0d1390e0;hpb=d2675afeccc759c025a559e815c6e69ea2255b64;p=openwrt%2F.git diff --git a/toolchain/musl/Makefile b/toolchain/musl/Makefile index 1533f51a0d..2b9312bcbf 100644 --- a/toolchain/musl/Makefile +++ b/toolchain/musl/Makefile @@ -24,7 +24,7 @@ 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