toolchain/musl: parallelize make install
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
0928b6d2ab
commit
43332f513b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ endef
|
||||||
|
|
||||||
define Host/Install
|
define Host/Install
|
||||||
$(call Host/SetToolchainInfo)
|
$(call Host/SetToolchainInfo)
|
||||||
$(MAKE) $(MUSL_MAKEOPTS) DESTDIR="$(TOOLCHAIN_DIR)/" install
|
+$(MAKE) $(HOST_JOBS) $(MUSL_MAKEOPTS) DESTDIR="$(TOOLCHAIN_DIR)/" install
|
||||||
$(CP) ./include $(TOOLCHAIN_DIR)/
|
$(CP) ./include $(TOOLCHAIN_DIR)/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue