gcc:use the main make jobserver to install gcc (#3690)

This can speed up building toolchain
This commit is contained in:
lunatickochiya 2020-04-21 15:36:07 +08:00 committed by GitHub
parent 3bb1af32ad
commit f1c10fda60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ define Host/Compile
endef
define Host/Install
$(GCC_MAKE) -C $(GCC_BUILD_DIR) install-gcc install-target-libgcc
+$(GCC_MAKE) $(HOST_JOBS) -C $(GCC_BUILD_DIR) install-gcc install-target-libgcc
endef
define Host/Clean