PERFORCE change 101511 for review

John Birrell jb at FreeBSD.org
Fri Jul 14 05:01:44 UTC 2006


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

Change 101511 by jb at jb_freebsd2 on 2006/07/14 05:01:32

	libthr works on sparc, so libc_r is never made the default.

Affected files ...

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

Differences ...

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

@@ -1,4 +1,7 @@
 # $FreeBSD: src/lib/libc_r/Makefile,v 1.44 2006/04/12 19:51:14 ru Exp $
+
+.include <bsd.own.mk>
+
 #
 # All library objects contain FreeBSD revision strings by default; they may be
 # excluded as a space-saving measure.  To produce a library that does
@@ -25,7 +28,7 @@
 .include "${.CURDIR}/uthread/Makefile.inc"
 .include "${.CURDIR}/sys/Makefile.inc"
 
-.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
+.if ${MACHINE_ARCH} == "alpha"
 SYMLINKS+=lib${LIB}.a ${LIBDIR}/libpthread.a
 .if !defined(NO_PIC)
 SYMLINKS+=lib${LIB}.so ${LIBDIR}/libpthread.so


More information about the p4-projects mailing list