diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-17 13:03:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-17 13:03:08 +0000 |
commit | c6ba19c70e1bde7cb94c77ae64537294cfef2ae9 (patch) | |
tree | 382c423664013f52ea57a9585aa14fc3bae42c6c /include | |
parent | 0e1f91b60af521b114a4135c1aee9e13ebbbd177 (diff) | |
download | mtk-20170518-c6ba19c70e1bde7cb94c77ae64537294cfef2ae9.zip mtk-20170518-c6ba19c70e1bde7cb94c77ae64537294cfef2ae9.tar.gz mtk-20170518-c6ba19c70e1bde7cb94c77ae64537294cfef2ae9.tar.bz2 |
toolchain: enable parallel build for uClibc, remove the obsolete TOOLCHAIN_PARALLEL config symbol
SVN-Revision: 33807
Diffstat (limited to 'include')
-rw-r--r-- | include/toolchain-build.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/toolchain-build.mk b/include/toolchain-build.mk index d2fdb02..a86f6ab 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 |