|
From: <sv...@va...> - 2006-01-04 02:55:09
|
Author: sewardj Date: 2006-01-04 02:55:03 +0000 (Wed, 04 Jan 2006) New Revision: 5494 Log: amd64-linux adjustments as a followup to r5493. Modified: trunk/cachegrind/tests/amd64/Makefile.am trunk/memcheck/tests/amd64/Makefile.am trunk/none/tests/amd64/Makefile.am Modified: trunk/cachegrind/tests/amd64/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 --- trunk/cachegrind/tests/amd64/Makefile.am 2006-01-04 01:20:28 UTC (rev= 5493) +++ trunk/cachegrind/tests/amd64/Makefile.am 2006-01-04 02:55:03 UTC (rev= 5494) @@ -0,0 +1,3 @@ + +# if any tests appear here, remember to include @FLAG_M64@ in the +# compilation flags Modified: trunk/memcheck/tests/amd64/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 --- trunk/memcheck/tests/amd64/Makefile.am 2006-01-04 01:20:28 UTC (rev 5= 493) +++ trunk/memcheck/tests/amd64/Makefile.am 2006-01-04 02:55:03 UTC (rev 5= 494) @@ -14,4 +14,5 @@ =20 AM_CPPFLAGS =3D -I$(top_srcdir)/include AM_CFLAGS =3D $(WERROR) -Winline -Wall -Wshadow -g -I$(top_srcdir)/inc= lude + @FLAG_M64@ AM_CXXFLAGS =3D $(AM_CFLAGS) Modified: trunk/none/tests/amd64/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 --- trunk/none/tests/amd64/Makefile.am 2006-01-04 01:20:28 UTC (rev 5493) +++ trunk/none/tests/amd64/Makefile.am 2006-01-04 02:55:03 UTC (rev 5494) @@ -19,6 +19,7 @@ faultstatus $(INSN_TESTS) looper jrcxz smc1 shrld =20 AM_CFLAGS =3D $(WERROR) -Winline -Wall -Wshadow -g -I$(top_srcdir)/inc= lude + @FLAG_M64@ AM_CXXFLAGS =3D $(AM_CFLAGS) =20 # generic C ones |