From 54f799dd58f916efa8749bb1936ece72d936fd1b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 31 Oct 2012 00:23:55 +0000 Subject: [PATCH 1/1] eglibc: enable parallel builds Signed-off-by: Felix Fietkau SVN-Revision: 34025 --- toolchain/eglibc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2