projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4620e71
)
tools/mpc: enable parallel builds
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 15 Sep 2012 14:17:55 +0000
(14:17 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 15 Sep 2012 14:17:55 +0000
(14:17 +0000)
SVN-Revision: 33436
tools/mpc/Makefile
patch
|
blob
|
history
diff --git
a/tools/mpc/Makefile
b/tools/mpc/Makefile
index b2fdb324986cce9fb517c91e40f9fa8c8f994851..adbe33e0b49ff63554f726518cb217dd2ce4baf5 100644
(file)
--- 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