Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jan 2004 12:54:44 -0500 (EST)
From:      Daniel Eischen <eischen@vigrid.com>
To:        Ruslan Ermilov <ru@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/lib/libc_r Makefile src/lib/libpthread Makefile
Message-ID:  <Pine.GSO.4.10.10401301253100.12176-100000@pcnet5.pcnet.com>
In-Reply-To: <20040130154256.GI32926@FreeBSD.org.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.10401301253100.12176-100000>