mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:07:11 +02:00
binutils: enable parallel builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33443 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2f088b477a
commit
76b5f5ef8a
@ -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 New Issue
Block a user