1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-28 15:11:27 +02:00

tools/mpc: enable parallel builds

SVN-Revision: 33436
This commit is contained in:
Felix Fietkau 2012-09-15 14:17:55 +00:00
parent 4620e713a4
commit 56c7b771fe

@ -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