Date: Fri, 14 Jul 2006 05:01:43 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 101511 for review Message-ID: <200607140501.k6E51hnE032581@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101511 Change 101511 by jb@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607140501.k6E51hnE032581>