projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c480f34
)
eglibc: enable parallel builds
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 31 Oct 2012 00:23:55 +0000
(
00:23
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 31 Oct 2012 00:23:55 +0000
(
00:23
+0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34025
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
toolchain/eglibc/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/eglibc/Makefile
b/toolchain/eglibc/Makefile
index
c975b7a
..
429ed30
100644
(file)
--- a/
toolchain/eglibc/Makefile
+++ b/
toolchain/eglibc/Makefile
@@
-1,10
+1,11
@@
PATH_PREFIX := .
VARIANT:=final
+HOST_BUILD_PARALLEL:=1
include ./common.mk
define Host/Compile
- $(MAKE) -C $(CUR_BUILD_DIR) all
+ $(MAKE) -C $(CUR_BUILD_DIR) all
PARALLELMFLAGS="$(HOST_JOBS)"
endef
define Host/Install