This is the mail archive of the gcc-patches@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: 3.4 PATCH: Fully support GNU linker in libtool on IRIX 5/6


On Aug  6, 2003, Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> wrote:

> Ok for mainline?

Only if an equivalent patch is already in libtool CVS.  It's odd, I
thought I'd already fixed these problems.  I could build libstdc++
with GNU ld at some point...

/me looks at the code.

At least in ltcf-c.sh and ltcf-gcj.sh, you're adding tests for
with_gnu_ld = no in the branches that are used only for non-GNU ld.
There are two huge case $os statements, one for GNU ld, one for
non-GNU ld.  So your change has no effect in these files.

As for ltcf-cxx.sh, you've got an actual bug fix.  Please post the
corresponding patch to libtool CVS and, when it's checked in there,
install your patch here as well.  Thanks,

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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