diff options
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 |