|
From: <sv...@va...> - 2006-10-05 12:42:37
|
Author: sewardj Date: 2006-10-05 13:42:34 +0100 (Thu, 05 Oct 2006) New Revision: 6193 Log: -gstabs doesn't work for gcc-3.4.3 on ppc32-aix5; forget about it entirel= y. Modified: branches/AIX5/helgrind/tests/Makefile.am Modified: branches/AIX5/helgrind/tests/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/helgrind/tests/Makefile.am 2006-10-05 12:41:44 UTC (rev= 6192) +++ branches/AIX5/helgrind/tests/Makefile.am 2006-10-05 12:42:34 UTC (rev= 6193) @@ -22,7 +22,11 @@ if VGP_PPC64_LINUX AM_CFLAGS =3D $(WERROR) -Winline -Wall -Wshadow -g $(AM_FLAG_M3264_= PRI) else -AM_CFLAGS =3D $(WERROR) -Winline -Wall -Wshadow -gstabs $(AM_FLAG_M3264_= PRI) + +# In fact -gstabs is broken on many systems now +#AM_CFLAGS =3D $(WERROR) -Winline -Wall -Wshadow -gstabs $(AM_FLAG_M3264= _PRI) +AM_CFLAGS =3D $(WERROR) -Winline -Wall -Wshadow -g $(AM_FLAG_M3264_= PRI) + endif =20 LDADD =3D -lpthread |