From 82f93a2d3fd6d9c0db441155105b8ef3578c17f6 Mon Sep 17 00:00:00 2001 From: nbd 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34122 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 1cd582cd3..558831ace 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.2.3