Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2006 08:52:29 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 101342 for review
Message-ID:  <200607120852.k6C8qTqS006869@repoman.freebsd.org>

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

Change 101342 by jb@jb_freebsd2 on 2006/07/12 08:51:33

	jkoshy is working on a BSD version of libelf, so remove the comment
	about libdwarf depending on Sun's libelf.
	
	The libdwarf being build here is the SGI version because that is
	more recent than the one that Sun is using and SGI has included
	more vendor-specific extensions.

Affected files ...

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

Differences ...

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

@@ -2,7 +2,7 @@
 
 .include <bsd.own.mk>
 
-SUBDIR= csu libgcc libgcov libdialog libregex libreadline
+SUBDIR= csu libgcc libgcov libdialog libdwarf libregex libreadline
 
 # libsupc++ uses libstdc++ headers, although 'make includes' should
 # have taken care of that already.
@@ -18,11 +18,4 @@
 SUBDIR+= libg2c
 .endif
 
-# libdwarf is LGPL'd, but requires Sun's libelf which is CDDL'd,
-# so we can only build libdwarf if we are building the CDDL code
-# too.
-.if !defined(NO_CDDL) && !defined(NO_DTRACE)
-SUBDIR+= libdwarf
-.endif
-
 .include <bsd.subdir.mk>



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