summaryrefslogtreecommitdiffstats
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
commitd6c584651368d4d37c789a23dc54fb6056e56680 (patch)
treeebf6d14d72a405f19c8f33a1bab44cfcbf1430dd /toolchain/gcc/common.mk
parent62869d02bc6babd84ba1b6c1a6ceacabdcf0bdfa (diff)
downloadmaster-31e0f0ae-d6c584651368d4d37c789a23dc54fb6056e56680.tar.gz
master-31e0f0ae-d6c584651368d4d37c789a23dc54fb6056e56680.tar.bz2
master-31e0f0ae-d6c584651368d4d37c789a23dc54fb6056e56680.zip
gcc: enable parallel builds
SVN-Revision: 33444
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)