summaryrefslogtreecommitdiffstats
path: root/include/toolchain-build.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-17 13:03:08 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-10-17 13:03:08 +0000
commitc6ba19c70e1bde7cb94c77ae64537294cfef2ae9 (patch)
tree382c423664013f52ea57a9585aa14fc3bae42c6c /include/toolchain-build.mk
parent0e1f91b60af521b114a4135c1aee9e13ebbbd177 (diff)
downloadmaster-31e0f0ae-c6ba19c70e1bde7cb94c77ae64537294cfef2ae9.tar.gz
master-31e0f0ae-c6ba19c70e1bde7cb94c77ae64537294cfef2ae9.tar.bz2
master-31e0f0ae-c6ba19c70e1bde7cb94c77ae64537294cfef2ae9.zip
toolchain: enable parallel build for uClibc, remove the obsolete TOOLCHAIN_PARALLEL config symbol
SVN-Revision: 33807
Diffstat (limited to 'include/toolchain-build.mk')
-rw-r--r--include/toolchain-build.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/toolchain-build.mk b/include/toolchain-build.mk
index d2fdb0281a..a86f6aba77 100644
--- a/include/toolchain-build.mk
+++ b/include/toolchain-build.mk
@@ -11,8 +11,6 @@ REAL_STAGING_DIR_HOST:=$(STAGING_DIR_HOST)
STAGING_DIR_HOST:=$(TOOLCHAIN_DIR)
BUILD_DIR_HOST:=$(BUILD_DIR_TOOLCHAIN)
-TOOLCHAIN_JOBS?=$(if $(CONFIG_TOOLCHAIN_PARALLEL),-j$(CONFIG_PKG_BUILD_JOBS))
-
include $(INCLUDE_DIR)/host-build.mk
HOST_STAMP_PREPARED=$(HOST_BUILD_DIR)/.prepared