This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: libf2c + elf + multilib = build problems
- To: law at cygnus dot com
- Subject: Re: libf2c + elf + multilib = build problems
- From: Richard Earnshaw <rearnsha at arm dot com>
- Date: Wed, 16 Aug 2000 17:34:30 +0100
- Cc: gcc-bugs at gcc dot gnu dot org
- Cc: rearnsha at arm dot com
- Organization: ARM Ltd.
- Reply-To: rearnsha at arm dot com
> In message <200008161553.QAA19038@cam-mail2.cambridge.arm.com>you write:
> >
> > Hmm, so I tried to turn on a reasonable combination of multilibs for the
> > arm+elf back end. Ooops.
> >
> > All works fine until libf2c runs its check to see if the compiler can make
> > valid executables. This fails for some of the multilib combinations
> > because it is trying to use a version of newlib that was build for a
> > different combination... Not good.
> >
> >
> > Anyone know what's up here?
> I believe Alexandre Oliva posted a patch for this (which I thought
> eventually got approved)?!?
>
> jeff
>
Hmm, there was some talk about changing the search order of -B not long
ago. Was this done? and could this have broken it all again?
R.