1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-16 12:14:01 +02:00

eglibc: enable parallel builds

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 34025
This commit is contained in:
Felix Fietkau 2012-10-31 00:23:55 +00:00
parent 76a05a13cf
commit 54f799dd58

View File

@ -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