Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jul 2006 23:09:19 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 100413 for review
Message-ID:  <200607012309.k61N9Jp0038750@repoman.freebsd.org>

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

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



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