This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libgcc_s.so.1 yet again
On Tue, Feb 12, 2002 at 04:02:48PM +0100, Rainer Orth wrote:
> > no matter which sparc it's compiled on. Especially for the architectures
> > where the 32 bit architecture can compile to 64 bit (only sparc so far,
> > x86-64 will maybe also do this), this would be nice.
>
> Right, but its not only SPARC/Solaris 7+: MIPS/IRIX 6 is in the same boat
> with the N32 and N64 ABIs.
Well, slightly different, since SPARC/Solaris uses /lib/libfoo.so.* and
/lib/sparcv9/libfoo.so.* while Irix uses /lib/libfoo.so.*,
/lib64/libfoo.so.*, /libn32/libfoo.so.* (which is what SPARC Linux uses as
well).
Jakub