aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/final/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-09-15 14:18:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-09-15 14:18:19 +0000
commitceab097ad9062383b9f46bf370e830f75e6f9ada (patch)
tree2f1f7e4e82e4f263b1aebe31210eafac2f69f2df /toolchain/gcc/final/Makefile
parent640986da6ee4fafebc020743351531233b1af54b (diff)
downloadupstream-ceab097ad9062383b9f46bf370e830f75e6f9ada.tar.gz
upstream-ceab097ad9062383b9f46bf370e830f75e6f9ada.tar.bz2
upstream-ceab097ad9062383b9f46bf370e830f75e6f9ada.zip
gcc: enable parallel builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33444 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/final/Makefile')
-rw-r--r--toolchain/gcc/final/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/final/Makefile b/toolchain/gcc/final/Makefile
index 59a5b2497c..d9624d0673 100644
--- a/toolchain/gcc/final/Makefile
+++ b/toolchain/gcc/final/Makefile
@@ -47,7 +47,7 @@ define Host/Configure
endef
define Host/Compile
- $(GCC_MAKE) -C $(GCC_BUILD_DIR) all
+ $(GCC_MAKE) $(HOST_JOBS) -C $(GCC_BUILD_DIR) all
endef
define SetupExtraArch