From 291d24c3ccb1522f976b3124aa7ea4b8a77c9d5e Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Thu, 8 Nov 2012 15:08:31 +0000
Subject: build: remove remaining references to TOOLCHAIN_JOBS (thx, Sedat
 Dilek)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 34122
---
 toolchain/gcc/common.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'toolchain/gcc')

diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk
index 1cd582c..558831a 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -179,7 +179,7 @@ endif
 
 GCC_MAKE:= \
 	export SHELL="$(BASH)"; \
-	$(MAKE) $(TOOLCHAIN_JOBS) \
+	$(MAKE) \
 		CFLAGS_FOR_TARGET="$(TARGET_CFLAGS)" \
 		CXXFLAGS_FOR_TARGET="$(TARGET_CFLAGS)"
 
-- 
cgit v1.1