X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/dc74adf4453d5f9bfaf5896e7de43938ab628472..7411e91e3f8a34bf3d34584936fc1ec4435c1669:/toolchain/binutils/Makefile?ds=sidebyside diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 5682698bc..d829098e5 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -79,7 +79,7 @@ define Host/Configure endef define Host/Compile - $(MAKE) -C $(HOST_BUILD_DIR) all + $(MAKE) $(TOOLCHAIN_JOBS) -C $(HOST_BUILD_DIR) all endef define Host/Install