aboutsummaryrefslogtreecommitdiff
path: root/mpi
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-07-21 14:44:28 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-07-21 14:44:28 +0000
commit8eb8bab992e3998c33770b0cdb16059a8b918a06 (patch)
tree8ee377ea989d5c8a81581bd4c2bb5fdd10b77c8f /mpi
parent4793735f59210994bff651ae828b8ddfeef1c4a4 (diff)
downloadvalgrind-8eb8bab992e3998c33770b0cdb16059a8b918a06.tar.gz
Bug 345248 - add support for Solaris OS in valgrind
Authors of this port: Petr Pavlu setup@dagobah.cz Ivo Raisr ivosh@ivosh.net Theo Schlossnagle theo@omniti.com git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15426 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'mpi')
-rw-r--r--mpi/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/mpi/Makefile.am b/mpi/Makefile.am
index c15680b67..fca5d648e 100644
--- a/mpi/Makefile.am
+++ b/mpi/Makefile.am
@@ -42,6 +42,10 @@ if VGCONF_OS_IS_DARWIN
MPI_FLAG_M3264_PRI = $(AM_FLAG_M3264_PRI)
MPI_FLAG_M3264_SEC = $(AM_FLAG_M3264_SEC)
endif
+if VGCONF_OS_IS_SOLARIS
+ MPI_FLAG_M3264_PRI = $(AM_FLAG_M3264_PRI)
+ MPI_FLAG_M3264_SEC = $(AM_FLAG_M3264_SEC)
+endif
if BUILD_MPIWRAP_PRI