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]

Re: Multilibs with different configs (different include-paths)?


> Date: Sat, 1 Sep 2001 05:09:55 +0200
> From: Hans-Peter Nilsson <hp@axis.com>

> > From: Alexandre Oliva <aoliva@redhat.com>
> > Date: 31 Aug 2001 18:36:55 -0300
> 
> > On Aug 31, 2001, Hans-Peter Nilsson <hans-peter.nilsson@axis.com> wrote:
> > 
> > > I have a cross toolchain where one of the multilibs has
> > > different include files than the others.  The current multilib
> > > machinery caches include-configs across all multilibs, so things
> > > break when the target libiberty builds, because of the resulting
> > > incorrect config.h (IIRC).
> > 
> > Nope, each multilib gets a different config.cache, named
> > ${target_alias}${multilibdir}/config.cache
> 
> Good, if that's what's supposed to happen, then we just have a
> configuration bug.  The behavior I see matches having a single
> ${target_alias}/config.cache.

I was wrong.  The error was elsewhere, specific to one multilib.
Sorry about the noise.

brgds, H-P


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