aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/common.mk
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/common.mk
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/common.mk')
-rw-r--r--toolchain/gcc/common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk
index ac427c35d7..c18a330f34 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -79,6 +79,8 @@ PATCH_DIR=../patches/$(GCC_VERSION)
BUGURL=https://dev.openwrt.org/
+HOST_BUILD_PARALLEL:=1
+
include $(INCLUDE_DIR)/toolchain-build.mk
HOST_SOURCE_DIR:=$(HOST_BUILD_DIR)