mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] valgrind: don't use the host mpicc to build target libraries
@ 2017-11-22 14:39 Jan Luebbe
  0 siblings, 0 replies; only message in thread
From: Jan Luebbe @ 2017-11-22 14:39 UTC (permalink / raw)
  To: ptxdist; +Cc: Jan Luebbe

Otherwise, valgrind builds a libmpiwrap-arm-linux.so for the
host architecture when mpicc is found.

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
---
 rules/valgrind.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/valgrind.make b/rules/valgrind.make
index 30ce223f96e9..afb7fabfb4b1 100644
--- a/rules/valgrind.make
+++ b/rules/valgrind.make
@@ -60,6 +60,7 @@ endif
 VALGRIND_CONF_TOOL	:= autoconf
 VALGRIND_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
+	--without-mpicc \
 	--enable-tls
 
 # ----------------------------------------------------------------------------
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-11-22 14:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-22 14:39 [ptxdist] [PATCH] valgrind: don't use the host mpicc to build target libraries Jan Luebbe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox