build: add the + token to any commands that can pass through the jobserver, fixes...
[openwrt.git] / toolchain / gcc / final / Makefile
index d9624d0..a667266 100644 (file)
@@ -47,7 +47,7 @@ define Host/Configure
 endef
 
 define Host/Compile
-       $(GCC_MAKE) $(HOST_JOBS) -C $(GCC_BUILD_DIR) all
+       +$(GCC_MAKE) $(HOST_JOBS) -C $(GCC_BUILD_DIR) all
 endef
 
 define SetupExtraArch