mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 02:40:19 +00:00
toolchain/musl: parallelize make install
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(cherry picked from commit 43332f513b
)
This commit is contained in:
parent
1d0f7e3136
commit
a33b0ced78
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user