mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 19:31:34 +02:00
tools/libelf: enable parallel builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33437 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8077172d47
commit
b23321a783
@ -15,6 +15,8 @@ PKG_RELEASE:=1
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.mr511.de/software/
|
||||
|
||||
HOST_BUILD_PARALLEL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
||||
HOST_CONFIGURE_ARGS += \
|
||||
@ -30,7 +32,7 @@ endef
|
||||
|
||||
|
||||
define Host/Compile
|
||||
$(MAKE) -C $(HOST_BUILD_DIR)/lib/ libelf.a
|
||||
$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR)/lib/ libelf.a
|
||||
endef
|
||||
|
||||
define Host/Install
|
||||
|
Loading…
Reference in New Issue
Block a user