This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
Re: How are CPU-optimized libraries supposed to work?
- From: Roland McGrath <roland at redhat dot com>
- To: Daniel Jacobowitz <drow at mvista dot com>
- Cc: libc-alpha at sources dot redhat dot com
- Date: Fri, 3 Oct 2003 12:07:52 -0700
- Subject: Re: How are CPU-optimized libraries supposed to work?
> Then why do we search CPU-optimized directories at all, if we don't
> support using the same sources built with different options?
The feature is there for finding all libraries, not just for libc.
Having some mismatch ld+libc cases work is worthwhile. We have taken
special pains to make __thread vs no-__thread combinations work, for
example. Making i386 vs i686 work is worthwhile too. But there is no
generic principle by which you should expect this to already have worked,
or consider it a bug per se if it doesn't. Any such support is a special case.