Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2006 21:31:50 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 104130 for review
Message-ID:  <200608152131.k7FLVoUn066954@repoman.freebsd.org>

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

Change 104130 by jb@jb_freebsd2 on 2006/08/15 21:31:44

	Use FreeBSD's libelf on all archs now.

Affected files ...

.. //depot/projects/dtrace/src/gnu/lib/libdwarf/Makefile#4 edit

Differences ...

==== //depot/projects/dtrace/src/gnu/lib/libdwarf/Makefile#4 (text+ko) ====

@@ -22,16 +22,14 @@
 CFLAGS+=	-I${.CURDIR} \
 		-I${DWARF_DISTDIR}
 
-.if ${MACHINE_ARCH} != "i386"
-CFLAGS+=	-I/usr/local/include
-.else
 CFLAGS+=	-I${.CURDIR}/../../../sys \
 		-I${.CURDIR}/../../../sys/contrib \
 		-I${OPENSOLARIS_USR_DISTDIR}/head \
 		-I${OPENSOLARIS_SYS_DISTDIR}/uts/common
 
 CFLAGS+=	-D_SOLARIS_C_SOURCE
-.endif
+
+IGNORE_PRAGMA=	1
 
 .PATH:	${DWARF_DISTDIR}
 



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