From: nbd Date: Wed, 31 Oct 2012 00:23:55 +0000 (+0000) Subject: eglibc: enable parallel builds X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=b00403b9a6e05f97ed1ff79671e406b84eb3a750 eglibc: enable parallel builds Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34025 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index c975b7a2ee..429ed3036b 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -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