mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
gcc:use the main make jobserver to install gcc (#3690)
This can speed up building toolchain
This commit is contained in:
parent
3bb1af32ad
commit
f1c10fda60
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user