|
From: <sv...@va...> - 2006-10-05 12:38:58
|
Author: sewardj Date: 2006-10-05 13:38:52 +0100 (Thu, 05 Oct 2006) New Revision: 6191 Log: Stop mpxlc complaining so much about libmpiwrap.c. Modified: branches/AIX5/auxprogs/Makefile.am Modified: branches/AIX5/auxprogs/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/AIX5/auxprogs/Makefile.am 2006-10-05 10:32:48 UTC (rev 6190) +++ branches/AIX5/auxprogs/Makefile.am 2006-10-05 12:38:52 UTC (rev 6191) @@ -44,8 +44,10 @@ # if VGO_AIX5 HACKY_FLAGS_PRI =3D -g -O -bE:libmpiwrap_aix5.exp -bM:SRE -bnoentry \ + -qflag=3Dw:w \ `echo $(AM_FLAG_M3264_PRI) | sed s/maix/q/g` HACKY_FLAGS_SEC =3D -g -O -bE:libmpiwrap_aix5.exp -bM:SRE -bnoentry \ + -qflag=3Dw:w \ `echo $(AM_FLAG_M3264_SEC) | sed s/maix/q/g` else HACKY_FLAGS_PRI =3D -g -O -fno-omit-frame-pointer -Wall -fpic -shared \ |