mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
eglibc: enable parallel builds
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34025 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
PATH_PREFIX := .
|
PATH_PREFIX := .
|
||||||
VARIANT:=final
|
VARIANT:=final
|
||||||
|
HOST_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
include ./common.mk
|
include ./common.mk
|
||||||
|
|
||||||
define Host/Compile
|
define Host/Compile
|
||||||
$(MAKE) -C $(CUR_BUILD_DIR) all
|
$(MAKE) -C $(CUR_BUILD_DIR) all PARALLELMFLAGS="$(HOST_JOBS)"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Install
|
define Host/Install
|
||||||
|
|||||||
Reference in New Issue
Block a user