]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update a comment.
authorNicholas Nethercote <njn@valgrind.org>
Sun, 31 May 2009 07:03:05 +0000 (07:03 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sun, 31 May 2009 07:03:05 +0000 (07:03 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10172

auxprogs/Makefile.am

index eef28d362ea35cbde1d5dff57a0d8aeb9efcb278..a474b5492f9aedefa5cd934eb568b8fbdc904285 100644 (file)
@@ -34,15 +34,15 @@ valgrind_listener_LDFLAGS   = $(AM_CFLAGS_PRI)
 #
 # This is really horrible.
 #
-# Don't let automake install this, since it puts the .so's in the
-# wrong place.  Instead install them ourselves in the right
-# place using the install-exec-local target below.
-#
-# Also, automake isn't good at supporting non-$(CC) compilers.
+# automake isn't good at supporting non-$(CC) compilers.
 # But we need to use $(MPI_CC) here.  Hence the nasty hack of
 # directly saying how to build libmpiwrap-*.so, instead of
 # using automake's standard gunk.
 #
+# XXX: if we put the MPI stuff in its own directory and manually added
+# "CC = $(MPI_CC)" then I think the usual automake approach would work.
+# --njn
+#
 if VGCONF_OS_IS_AIX5
  HACKY_FLAGS_PRI = -g -O -bE:libmpiwrap_aix5.exp -bM:SRE -bnoentry \
                        -qflag=w:w -qlanglvl=extended \