summaryrefslogtreecommitdiffstats
path: root/tools/mpc
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-09-15 14:17:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-09-15 14:17:55 +0000
commit56c7b771fef082e4a2b277366d85a14fd8efd17a (patch)
treee5415b72049bf3571937e95b3506f36562824bde /tools/mpc
parent4620e713a4fe55ee2fac8eaad4d37712c451bd36 (diff)
downloadmaster-31e0f0ae-56c7b771fef082e4a2b277366d85a14fd8efd17a.tar.gz
master-31e0f0ae-56c7b771fef082e4a2b277366d85a14fd8efd17a.tar.bz2
master-31e0f0ae-56c7b771fef082e4a2b277366d85a14fd8efd17a.zip
tools/mpc: enable parallel builds
SVN-Revision: 33436
Diffstat (limited to 'tools/mpc')
-rw-r--r--tools/mpc/Makefile2
1 files changed, 2 insertions, 0 deletions
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