build: remove remaining references to TOOLCHAIN_JOBS (thx, Sedat Dilek)
[openwrt.git] / toolchain / gcc / common.mk
index 1cd582c..558831a 100644 (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)"