Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2006 22:12:59 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 103289 for review
Message-ID:  <200608052212.k75MCxAl058156@repoman.freebsd.org>

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

Change 103289 by jb@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



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