From dc1cf1d3c91ea34c94d830aaa2f96ecae14d8186 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 15 Sep 2012 14:17:34 +0000 Subject: [PATCH] tools/libtool: enable parallel builds SVN-Revision: 33429 --- tools/libtool/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/libtool/Makefile b/tools/libtool/Makefile index 080689b8ac..cb6cf4a5c7 100644 --- a/tools/libtool/Makefile +++ b/tools/libtool/Makefile @@ -13,6 +13,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) PKG_MD5SUM:=b32b04148ecdd7344abc6fe8bd1bb021 +HOST_BUILD_PARALLEL:=1 + include $(INCLUDE_DIR)/host-build.mk HOST_CONFIGURE_VARS += \ -- 2.30.2