This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New glibc port


On Thu, Sep 22, 2005 at 01:42:45PM -0700, Roland McGrath wrote:
> You shouldn't have any trouble disabling threads stuff.  It's only enabled
> when you pass --enable-add-ons to configure.  Omit that, or use just
> --enable-add-ons=libidn to get the other canonical add-on but not nptl.

We've started using __thread (TLS) outside of the threading libraries
now (e.g. malloc/memusage.c).  Also, the last time I tried a
non-threading configuration it wouldn't build.

So the theory is sound, but I would expect a bit of trouble in
practice...

-- 
Daniel Jacobowitz
CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]