1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

build: remove remaining references to TOOLCHAIN_JOBS (thx, Sedat Dilek)

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34122 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2012-11-08 15:08:31 +00:00
parent a8e4ddd6db
commit 82f93a2d3f
3 changed files with 3 additions and 3 deletions

View File

@@ -179,7 +179,7 @@ endif
GCC_MAKE:= \
export SHELL="$(BASH)"; \
$(MAKE) $(TOOLCHAIN_JOBS) \
$(MAKE) \
CFLAGS_FOR_TARGET="$(TARGET_CFLAGS)" \
CXXFLAGS_FOR_TARGET="$(TARGET_CFLAGS)"