From: Felix Fietkau Date: Sat, 15 Sep 2012 14:17:55 +0000 (+0000) Subject: tools/mpc: enable parallel builds X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=56c7b771fef082e4a2b277366d85a14fd8efd17a;p=openwrt%2Fstaging%2Fmkresin.git tools/mpc: enable parallel builds SVN-Revision: 33436 --- diff --git a/tools/mpc/Makefile b/tools/mpc/Makefile index b2fdb32498..adbe33e0b4 100644 --- a/tools/mpc/Makefile +++ b/tools/mpc/Makefile @@ -13,6 +13,8 @@ PKG_SOURCE_URL:=http://www.multiprecision.org/mpc/download/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_MD5SUM:=0d6acab8d214bd7d1fbbc593e83dd00d +HOST_BUILD_PARALLEL:=1 + include $(INCLUDE_DIR)/host-build.mk unexport CFLAGS