From: Felix Fietkau Date: Wed, 31 Oct 2012 00:23:55 +0000 (+0000) Subject: eglibc: enable parallel builds X-Git-Tag: reboot~12439 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=54f799dd58f916efa8749bb1936ece72d936fd1b;hp=76a05a13cf70d077093a5b7859a892af3cfd0a1e eglibc: enable parallel builds Signed-off-by: Felix Fietkau SVN-Revision: 34025 --- 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