summaryrefslogtreecommitdiff
path: root/tools/gmp
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-09-15 14:17:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-09-15 14:17:43 +0000
commitfd1529921d87081b7e4a13a37a8eaeb9653012b9 (patch)
tree8d20c12408efd5dffcf67650f8621a1c5c1c4786 /tools/gmp
parentb0065ecb72ce3c8a801578c344e8db17171d6ee4 (diff)
downloadmtk-20170518-fd1529921d87081b7e4a13a37a8eaeb9653012b9.zip
mtk-20170518-fd1529921d87081b7e4a13a37a8eaeb9653012b9.tar.gz
mtk-20170518-fd1529921d87081b7e4a13a37a8eaeb9653012b9.tar.bz2
tools/gmp enable parallel builds
SVN-Revision: 33432
Diffstat (limited to 'tools/gmp')
-rw-r--r--tools/gmp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gmp/Makefile b/tools/gmp/Makefile
index 86c8aa0..292d9a5 100644
--- a/tools/gmp/Makefile
+++ b/tools/gmp/Makefile
@@ -13,6 +13,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/gmp/
PKG_MD5SUM:=8aef50959acec2a1ad41d144ffe0f3b5
+HOST_BUILD_PARALLEL:=1
+
include $(INCLUDE_DIR)/host-build.mk
unexport CFLAGS