diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-15 14:17:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-15 14:17:55 +0000 |
commit | 56c7b771fef082e4a2b277366d85a14fd8efd17a (patch) | |
tree | e5415b72049bf3571937e95b3506f36562824bde /tools/mpc/Makefile | |
parent | 4620e713a4fe55ee2fac8eaad4d37712c451bd36 (diff) | |
download | upstream-56c7b771fef082e4a2b277366d85a14fd8efd17a.tar.gz upstream-56c7b771fef082e4a2b277366d85a14fd8efd17a.tar.bz2 upstream-56c7b771fef082e4a2b277366d85a14fd8efd17a.zip |
tools/mpc: enable parallel builds
SVN-Revision: 33436
Diffstat (limited to 'tools/mpc/Makefile')
-rw-r--r-- | tools/mpc/Makefile | 2 |
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 |