projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4badb8a
)
glibc: re-enable parallel builds
author
Felix Fietkau
<nbd@nbd.name>
Tue, 30 Aug 2016 09:12:39 +0000
(11:12 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Tue, 30 Aug 2016 10:12:34 +0000
(12:12 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
toolchain/glibc/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/glibc/Makefile
b/toolchain/glibc/Makefile
index f880db81edb153eaa08f73d23a4ade111b6b0e3c..974691c1c9f4aff1695361b459692b374f12abd8 100644
(file)
--- a/
toolchain/glibc/Makefile
+++ b/
toolchain/glibc/Makefile
@@
-1,11
+1,11
@@
PATH_PREFIX := .
VARIANT:=final
-HOST_BUILD_PARALLEL:=
0
+HOST_BUILD_PARALLEL:=
1
include ./common.mk
define Host/Compile
- $(MAKE) -C $(CUR_BUILD_DIR) \
+
+
$(MAKE) -C $(CUR_BUILD_DIR) \
PARALLELMFLAGS="$(HOST_JOBS)" \
BUILD_CFLAGS="$(HOST_CFLAGS)" \
all