From: Felix Fietkau Date: Sat, 15 Sep 2012 14:17:43 +0000 (+0000) Subject: tools/gmp enable parallel builds X-Git-Tag: reboot~12897 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=fd1529921d87081b7e4a13a37a8eaeb9653012b9;hp=b0065ecb72ce3c8a801578c344e8db17171d6ee4 tools/gmp enable parallel builds SVN-Revision: 33432 --- diff --git a/tools/gmp/Makefile b/tools/gmp/Makefile index 86c8aa0bc7..292d9a5b3a 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