diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-11-08 15:08:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-11-08 15:08:31 +0000 |
commit | 291d24c3ccb1522f976b3124aa7ea4b8a77c9d5e (patch) | |
tree | 1658724fe4ef071e159bf8989e96bc5b25bf9c84 /toolchain/gcc/common.mk | |
parent | 965c1904443b9804395b00a85c8a0fc11779ddd2 (diff) | |
download | upstream-291d24c3ccb1522f976b3124aa7ea4b8a77c9d5e.tar.gz upstream-291d24c3ccb1522f976b3124aa7ea4b8a77c9d5e.tar.bz2 upstream-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.mk | 2 |
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)" |