From: Felix Fietkau Date: Thu, 20 Sep 2012 12:06:30 +0000 (+0000) Subject: binutils: enable parallel build X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=03fd57db18131c975f9ecfa05e41723d0ee355ef;p=openwrt%2Fsvn-archive%2Farchive.git binutils: enable parallel build SVN-Revision: 33494 --- diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 50580e458d..eb99070b17 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -23,6 +23,8 @@ PKG_LIBTOOL_PATHS:=. gas bfd opcodes gprof binutils ld libiberty gold intl PKG_REMOVE_FILES:=libtool.m4 PKG_INSTALL:=1 +PKG_BUILD_PARALLEL:=1 + include $(INCLUDE_DIR)/package.mk define Package/binutils @@ -89,7 +91,7 @@ define Build/InstallDev endef define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR)/bfd/doc/ CFLAGS="-I$(PKG_BUILD_DIR)/include" chew + $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR)/bfd/doc/ CFLAGS="-I$(PKG_BUILD_DIR)/include" chew $(call Build/Compile/Default) endef