mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-01 11:52:32 +00:00
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,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 New Issue
Block a user