PERFORCE change 100426 for review

John Birrell jb at FreeBSD.org
Sun Jul 2 04:47:34 UTC 2006


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

Change 100426 by jb at jb_freebsd2 on 2006/07/02 04:46:49

	Add support for sparc64

Affected files ...

.. //depot/projects/dtrace/src/cddl/lib/libdtrace/Makefile#9 edit

Differences ...

==== //depot/projects/dtrace/src/cddl/lib/libdtrace/Makefile#9 (text+ko) ====

@@ -69,6 +69,8 @@
 
 .if ${MACHINE_ARCH} == "i386"
 CFLAGS+=	-I${OPENSOLARIS_SYS_DISTDIR}/uts/intel
+.elif ${MACHINE_ARCH} == "sparc64"
+CFLAGS+=	-I${OPENSOLARIS_SYS_DISTDIR}/uts/sparc
 .endif
 
 LFLAGS+=-l


More information about the p4-projects mailing list