diff options
Diffstat (limited to 'include/toolchain-build.mk')
-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 d2fdb0281..a86f6aba7 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 |