From: Nicholas Nethercote Date: Sun, 31 May 2009 07:03:05 +0000 (+0000) Subject: Update a comment. X-Git-Tag: svn/VALGRIND_3_5_0~593 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c35861f4ab7b960d3acad1a7520db51c407fed72;p=thirdparty%2Fvalgrind.git Update a comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10172 --- diff --git a/auxprogs/Makefile.am b/auxprogs/Makefile.am index eef28d362e..a474b5492f 100644 --- a/auxprogs/Makefile.am +++ b/auxprogs/Makefile.am @@ -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 \