Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2003 14:47:48 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30637 for review
Message-ID:  <200305052147.h45LlmYq012789@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=30637

Change 30637 by peter@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305052147.h45LlmYq012789>