From c6ba19c70e1bde7cb94c77ae64537294cfef2ae9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 17 Oct 2012 13:03:08 +0000 Subject: toolchain: enable parallel build for uClibc, remove the obsolete TOOLCHAIN_PARALLEL config symbol SVN-Revision: 33807 --- include/toolchain-build.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/toolchain-build.mk') 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 -- cgit v1.2.3