binutils: enable parallel builds
SVN-Revision: 33443
This commit is contained in:
parent
b7e1f0d7df
commit
62869d02bc
1 changed files with 3 additions and 1 deletions
|
@ -29,6 +29,8 @@ ifeq ($(PKG_VERSION),2.22)
|
||||||
PKG_MD5SUM:=ee0f10756c84979622b992a4a61ea3f5
|
PKG_MD5SUM:=ee0f10756c84979622b992a4a61ea3f5
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
HOST_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
PATCH_DIR:=./patches/$(PKG_VERSION)
|
PATCH_DIR:=./patches/$(PKG_VERSION)
|
||||||
|
|
||||||
REAL_STAGING_DIR_HOST:=$(STAGING_DIR_HOST)
|
REAL_STAGING_DIR_HOST:=$(STAGING_DIR_HOST)
|
||||||
|
@ -75,7 +77,7 @@ define Host/Configure
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Compile
|
define Host/Compile
|
||||||
$(MAKE) $(TOOLCHAIN_JOBS) -C $(HOST_BUILD_DIR) all
|
$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Install
|
define Host/Install
|
||||||
|
|
Loading…
Reference in a new issue