This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: [libstdc++] Un-precious the CC-related variables


On Aug 13, 2003, Phil Edwards <phil@jaj.com> wrote:

> Perhaps 'cc -n32' results in LD being set to '/usr/bin/ld -n32'?  That'd be
> my initial not-really-thought-about-it guess.

If LD gets propagated through the environment to multilib's configury,
that would be it.  We used to have code somewhere to prevent this, though.


>> Strangely, it only fails when I do a serial make.  Parallel make -j2
>> or higher seems to work. (?)

> Absolutely no idea.  That's freaky weird.

My guess: if libf77 is configured before libstdc++, it caches the
right values.  If libf77 is configured after libstdc++ stores the
wrong value in the cache, we lose.

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