Date: Sat, 20 Nov 2004 05:34:19 GMT From: David Xu <davidxu@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 65537 for review Message-ID: <200411200534.iAK5YJgZ014573@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=65537 Change 65537 by davidxu@davidxu_alona on 2004/11/20 05:34:19 libthread. :-) Affected files ... .. //depot/projects/davidxu_thread/src/lib/libthread/Makefile#3 edit Differences ... ==== //depot/projects/davidxu_thread/src/lib/libthread/Makefile#3 (text+ko) ==== @@ -8,9 +8,9 @@ # (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the # system call stubs. .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64" -LIB=kse +LIB=thread .else -LIB=pthread +LIB=thread .endif SHLIB_MAJOR= 1 CFLAGS+=-DPTHREAD_KERNEL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411200534.iAK5YJgZ014573>