diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-15 14:17:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-15 14:17:43 +0000 |
commit | d0f31dc611408d56972fa0734fc1987f3519acab (patch) | |
tree | e0f9b7cfba2bf8c55fe2b574f9657b1b6b69f7aa /tools/gmp/Makefile | |
parent | be1b98377be2ecaab8a275557ae673e4e9f00c3c (diff) | |
download | master-187ad058-d0f31dc611408d56972fa0734fc1987f3519acab.tar.gz master-187ad058-d0f31dc611408d56972fa0734fc1987f3519acab.tar.bz2 master-187ad058-d0f31dc611408d56972fa0734fc1987f3519acab.zip |
tools/gmp enable parallel builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33432 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/gmp/Makefile')
-rw-r--r-- | tools/gmp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |