PERFORCE change 30637 for review

Peter Wemm peter at FreeBSD.org
Mon May 5 14:47:50 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=30637

Change 30637 by peter at peter_daintree on 2003/05/05 14:46:46

	add amd64 to the list of arches that ignore gprof and truss

Affected files ...

.. //depot/projects/hammer/usr.bin/Makefile#12 edit

Differences ...

==== //depot/projects/hammer/usr.bin/Makefile#12 (text+ko) ====

@@ -11,7 +11,7 @@
 _xlint=	xlint
 .endif
 
-.if ${MACHINE_ARCH} != "powerpc"
+.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "amd64"
 _gprof=	gprof
 _truss=	truss
 .endif


More information about the p4-projects mailing list