Skip to content

Commit

Permalink
gcc:use the main make jobserver to install gcc (coolsnowwolf#3690)
Browse files Browse the repository at this point in the history
This can speed up building toolchain
  • Loading branch information
lunatickochiya authored Apr 21, 2020
1 parent 3bb1af3 commit f1c10fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/gcc/minimal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1c10fd

Please sign in to comment.