cvs commit: src/lib/libc_r Makefile src/lib/libpthread Makefile

Daniel Eischen eischen at vigrid.com
Fri Jan 30 09:54:46 PST 2004


On Fri, 30 Jan 2004, Ruslan Ermilov wrote:

> On Fri, Jan 30, 2004 at 04:13:17AM -0800, Daniel Eischen wrote:
> > deischen    2004/01/30 04:13:17 PST
> > 
> >   FreeBSD src repository
> > 
> >   Modified files:
> >     lib/libc_r           Makefile 
> >     lib/libpthread       Makefile 
> >   Log:
> >   Change libkse back to libpthread and make it the default
> >   thread library for i386, amd64, and ia64.  For alpha
> >   and sparc64 the library is not changed and remains libkse,
> >   and links are installed so that libpthread -> libc_r.
> >   
> But for sparc64 it's not even built (according to lib/Makefile).
> 
> Also, what do I do with the libpthread description in mdoc.local
> now?  I can just change it to -lpthread, but it will then be wrong
> on Alpha.  Or I can do it right, and make it spell -lkse on Alpha
> (with some sed(1) magic in the Makefile), but does it worth an
> effort?

On sparc64 and alpha, -lpthread will still work but will just
link to -lc_r.  I wouldn't worry too much about alpha and
sparc64 -- libkse needs to be working on those platforms
by 5.3-RELEASE.

-- 
Dan Eischen



More information about the cvs-src mailing list