tools/xz enable parallel builds
SVN-Revision: 33431
This commit is contained in:
parent
6a137d1df8
commit
b0065ecb72
1 changed files with 3 additions and 1 deletions
|
@ -13,12 +13,14 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
|||
PKG_SOURCE_URL:=http://tukaani.org/xz
|
||||
PKG_MD5SUM:=741cd3a5f64b23b7bac56ec5b2258715
|
||||
|
||||
HOST_BUILD_PARALLEL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
||||
HOST_LDFLAGS += $(HOST_STATIC_LINKING)
|
||||
|
||||
define Host/Install
|
||||
$(MAKE) -C $(HOST_BUILD_DIR) install xzlinks="unxz xzcat" \
|
||||
$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) install xzlinks="unxz xzcat" \
|
||||
AM_LDFLAGS="$(if $(HOST_STATIC_LINKING),-all-static)"
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue