eglibc: enable parallel builds
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34025
This commit is contained in:
parent
76a05a13cf
commit
54f799dd58
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
|||
PATH_PREFIX := .
|
||||
VARIANT:=final
|
||||
HOST_BUILD_PARALLEL:=1
|
||||
|
||||
include ./common.mk
|
||||
|
||||
define Host/Compile
|
||||
$(MAKE) -C $(CUR_BUILD_DIR) all
|
||||
$(MAKE) -C $(CUR_BUILD_DIR) all PARALLELMFLAGS="$(HOST_JOBS)"
|
||||
endef
|
||||
|
||||
define Host/Install
|
||||
|
|
Loading…
Reference in a new issue