This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: [Part of] your Dec., 4th change to libf2c/Makefile.in.


On Tue, Jan 01, 2002 at 08:49:32PM -0200, Alexandre Oliva wrote:
> I really think that having libgcc_s.so and any other libraries
> directly in $(libdir) is wrong, precisely because of the multilib issue.

You've not looked at how this works, have you.  The multilib name
is encoded in the shared library name, so you get

	libgcc_s.so
	libgcc_s_soft-float.so

etc.


r~


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