PERFORCE change 100480 for review

John Birrell jb at FreeBSD.org
Mon Jul 3 09:48:45 UTC 2006


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

Change 100480 by jb at jb_freebsd2 on 2006/07/03 09:47:08

	Add support for UltraSparc.

Affected files ...

.. //depot/projects/dtrace/src/cddl/usr.bin/sgsmsg/Makefile#8 edit

Differences ...

==== //depot/projects/dtrace/src/cddl/usr.bin/sgsmsg/Makefile#8 (text+ko) ====

@@ -18,6 +18,8 @@
 
 .if ${MACHINE_ARCH} == "i386"
 CFLAGS+=	-I${OPENSOLARIS_SYS_DISTDIR}/uts/intel
+.elif ${MACHINE_ARCH} == "sparc64"
+CFLAGS+=	-I${OPENSOLARIS_SYS_DISTDIR}/uts/sparc
 .endif
 
 .PATH:		${OPENSOLARIS_USR_DISTDIR}/cmd/sgs/tools/common


More information about the p4-projects mailing list