mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 05:04:04 +02: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:
parent
2260b8685d
commit
b00403b9a6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user