From 0f5d17a7e6acceb18867fd951b231bfb6c4d8946 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 9 Feb 2017 13:35:07 +0100 Subject: toolchain/gcc: parallelize make install If the staging dir was deleted, the build needs to recompile some files. This change speeds up this corner case significantly Signed-off-by: Felix Fietkau --- toolchain/gcc/final/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gcc/final') diff --git a/toolchain/gcc/final/Makefile b/toolchain/gcc/final/Makefile index 01fec38027..b815f677d6 100644 --- a/toolchain/gcc/final/Makefile +++ b/toolchain/gcc/final/Makefile @@ -67,7 +67,7 @@ endef define Host/Install $(CleanupToolchain) - $(_SINGLE)$(GCC_MAKE) -C $(GCC_BUILD_DIR) install + +$(GCC_MAKE) $(HOST_JOBS) -C $(GCC_BUILD_DIR) install # Set up the symlinks to enable lying about target name. set -e; \ (cd $(TOOLCHAIN_DIR); \ -- cgit v1.2.3