PERFORCE change 100413 for review

John Birrell jb at FreeBSD.org
Sat Jul 1 23:09:21 UTC 2006


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

Change 100413 by jb at jb_freebsd2 on 2006/07/01 23:09:15

	Use OpenSolaris uts/sparc headers for the sparc64 architecture

Affected files ...

.. //depot/projects/dtrace/src/cddl/lib/libelf/Makefile#3 edit

Differences ...

==== //depot/projects/dtrace/src/cddl/lib/libelf/Makefile#3 (text+ko) ====

@@ -55,6 +55,8 @@
 
 .if ${MACHINE_ARCH} == "i386"
 CFLAGS+=	-I${OPENSOLARIS_SYS_DISTDIR}/uts/intel
+.elif ${MACHINE_ARCH} == "sparc64"
+CFLAGS+=	-I${OPENSOLARIS_SYS_DISTDIR}/uts/sparc
 .endif
 
 # Check if the build object tree contains sgsmsg


More information about the p4-projects mailing list