From: Felix Fietkau Date: Sat, 15 Sep 2012 14:18:16 +0000 (+0000) Subject: binutils: enable parallel builds X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=ac5d79725181323c148dcd13cbe13b5e974fcd77 binutils: enable parallel builds SVN-Revision: 33443 --- diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index c7d21b1dcd..81f457f11f 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -29,6 +29,8 @@ ifeq ($(PKG_VERSION),2.22) PKG_MD5SUM:=ee0f10756c84979622b992a4a61ea3f5 endif +HOST_BUILD_PARALLEL:=1 + PATCH_DIR:=./patches/$(PKG_VERSION) REAL_STAGING_DIR_HOST:=$(STAGING_DIR_HOST) @@ -75,7 +77,7 @@ define Host/Configure endef define Host/Compile - $(MAKE) $(TOOLCHAIN_JOBS) -C $(HOST_BUILD_DIR) all + $(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) all endef define Host/Install