PERFORCE change 103289 for review
John Birrell
jb at FreeBSD.org
Sat Aug 5 22:13:00 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=103289
Change 103289 by jb at jb_freebsd2 on 2006/08/05 22:12:44
While sun4v isn't reliable, built without optimisationto make it
easier to identify gerated asm code using objdump.
Affected files ...
.. //depot/projects/dtrace/src/sys/conf/kern.pre.mk#7 edit
Differences ...
==== //depot/projects/dtrace/src/sys/conf/kern.pre.mk#7 (text+ko) ====
@@ -31,6 +31,8 @@
. endif
. if ${MACHINE_ARCH} == "amd64"
COPTFLAGS?=-O2 -frename-registers -pipe
+. elif ${MACHINE_ARCH} == "sparc64"
+COPTFLAGS?=-pipe
. else
COPTFLAGS?=${_MINUS_O} -pipe
. endif
More information about the p4-projects
mailing list