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: Advice requested: how big can we be?


On Sep 19, 2003, "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> wrote:

>     I have an unconfirmed suspicion that this second one is an issue
>     with sharing config.cache among all of the target libraries.

Can't be.  It's more likely a bug in some target library that
incorrectly passes LD down to multilibs.  LD may have to have a
different value for different multilibs, and several target libs
already know to pass the original LD down.

Hmm...  libstdc++-v3/configure says:

### am handles this now?  ORIGINAL_LD_FOR_MULTILIBS=$LD

Nope, AFAIK it doesn't.  Looks like taking this out may have caused
the problem.

-- 
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]