This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++ libtool lossage
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Alexandre Oliva <aoliva at redhat dot com>
- Cc: Richard Henderson <rth at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Fri, 22 Feb 2002 16:31:15 -0500
- Subject: Re: libstdc++ libtool lossage
>>>>> Alexandre Oliva writes:
Alexandre> Because Richard had told me that using -shared-libgcc would fix the
Alexandre> problem at hand, and I didn't realize that one of the implications was
Alexandre> that it would break AIX. Anyway, if AIX can't have both the shared
Alexandre> and the static libgcc linked into a single program, then
Alexandre> -shared-libgcc was broken on AIX. The patch I checked in just helped
Alexandre> you realize that.
All this was known. I metioned that the patch would break AIX
during the discussion thread. I pointed out why the patch would break AIX
and I provided a patch to fix the breakage prior to your check-in. My
patch was not included in your commit.
Would someone please approve my patch so that -shared-libgcc only
links against shared libgcc and not static libgcc as well?
Thanks, David