From: Felix Fietkau Date: Wed, 31 Oct 2012 00:23:55 +0000 (+0000) Subject: eglibc: enable parallel builds X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=5dbff00d75e9303691f2155d850408dc322ca3e1;p=15.05%2Fopenwrt.git 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