All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] glibc_2.9: disable parallel make
@ 2009-10-26 14:17 Steffen Sledz
  2009-10-26 15:20 ` Stanislav Brabec
  2009-10-27  8:23 ` Steffen Sledz
  0 siblings, 2 replies; 6+ messages in thread
From: Steffen Sledz @ 2009-10-26 14:17 UTC (permalink / raw)
  To: openembedded-devel

Parallel make for glibc_2.9.bb fails on different multi-cpu build hosts
(e.g. AMD Phenom(tm) 9150e Quad-Core Processor running openSUSE 11.1)
with various errors. :(

Signed-off-by: Steffen Sledz <sledz@dresearch.de>
---
 recipes/glibc/glibc_2.9.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/glibc/glibc_2.9.bb b/recipes/glibc/glibc_2.9.bb
index cddae98..428af03 100644
--- a/recipes/glibc/glibc_2.9.bb
+++ b/recipes/glibc/glibc_2.9.bb
@@ -75,6 +75,8 @@ SRC_URI_append_sh4 = " file://no-z-defs.patch;patch=1"
 #powerpc patches to add support for soft-float
 SRC_URI_append_powerpc= " file://powerpc-sqrt-hack.diff;patch=1"
 
+PARALLEL_MAKE = " "
+
 S = "${WORKDIR}/glibc-${PV}"
 B = "${WORKDIR}/build-${TARGET_SYS}"
 
-- 
1.6.4.2





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-10-28  8:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-26 14:17 [PATCH] glibc_2.9: disable parallel make Steffen Sledz
2009-10-26 15:20 ` Stanislav Brabec
2009-10-26 15:29   ` Steffen Sledz
2009-10-27  8:23 ` Steffen Sledz
2009-10-27 19:58   ` Khem Raj
2009-10-28  8:39     ` Steffen Sledz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.