mklibgcc fallout

Alan Modra amodra@bigpond.net.au
Wed Dec 8 13:54:00 GMT 2004


On Wed, Dec 08, 2004 at 12:08:21PM +0000, Richard Sandiford wrote:
> This breaks build-dir testing for me on IRIX because (a) we set the
> DT_SONAME of every libgcc_s*.so.1 multilib to libgcc.so.1

I do get all the libs built on powerpc64-linux, but sonames are a little
odd.  Oh, they are suited to the final installation location, which
means build dir testing won't work.

in gcc/			soname			install
libgcc_s.so.1		libgcc_s.so.1		../lib64/libgcc_s.so.1
libgcc_s_32.so.1	libgcc_s.so.1		../lib/libgcc_s.so.1
libgcc_s_32_nof.so.1	libgcc_s_nof.so.1	../lib/libgcc_s_nof.so.1

This does make some sense if you notice that this results in the 32-bit
libs having the same name and installation location as libs built for
a 32-bit powerpc-linux gcc.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre



More information about the Gcc-patches mailing list