From: Felix Fietkau Date: Sat, 15 Sep 2012 14:17:58 +0000 (+0000) Subject: tools/libelf: enable parallel builds X-Git-Tag: reboot~12892 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=2f24019b6cbba25f184ae178b389bce45748de3d tools/libelf: enable parallel builds SVN-Revision: 33437 --- diff --git a/tools/libelf/Makefile b/tools/libelf/Makefile index f38d70d09b..dbd6eed89a 100644 --- a/tools/libelf/Makefile +++ b/tools/libelf/Makefile @@ -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