summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/common.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-11-08 15:08:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-11-08 15:08:31 +0000
commit291d24c3ccb1522f976b3124aa7ea4b8a77c9d5e (patch)
tree1658724fe4ef071e159bf8989e96bc5b25bf9c84 /toolchain/gcc/common.mk
parent965c1904443b9804395b00a85c8a0fc11779ddd2 (diff)
downloadmaster-31e0f0ae-291d24c3ccb1522f976b3124aa7ea4b8a77c9d5e.tar.gz
master-31e0f0ae-291d24c3ccb1522f976b3124aa7ea4b8a77c9d5e.tar.bz2
master-31e0f0ae-291d24c3ccb1522f976b3124aa7ea4b8a77c9d5e.zip
build: remove remaining references to TOOLCHAIN_JOBS (thx, Sedat Dilek)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34122
Diffstat (limited to 'toolchain/gcc/common.mk')
-rw-r--r--toolchain/gcc/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk
index 1cd582cd3f..558831acee 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)"