This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: autoconf between stages. was: java fails to build
- To: Alexandre Oliva <oliva at dcc dot unicamp dot br>
- Subject: Re: autoconf between stages. was: java fails to build
- From: Jeffrey A Law <law at hurl dot cygnus dot com>
- Date: Thu, 28 Jan 1999 11:52:22 -0700
- cc: Robert Lipe <robertlipe at usa dot net>, Mike Stump <mrs at wrs dot com>, egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <orlninw8dw.fsf@araguaia.dcc.unicamp.br>you write:
> On Jan 27, 1999, Robert Lipe <robertlipe@usa.net> wrote:
>
> > We may have to revisit this since bootstrapping on hosts that don't
> > support 'inline' is now broken.
>
> > I did just finish bootstrapping the chain today by removing the '#define
> > inline' from auto-host.h between stage1 and stage2. So this really is
> > the only new problem at hand.
>
> > Point me in the right direction and I'll try to implement it.
>
> One possibility that comes to my mind is to grep -v '^#define inline'
> away from auto-host.h in the `stage1:' Makefile rule.
Or remove it completely. I'm not sure why Kenner added it. Don't we
already have code somewhere to conditionally define "inline" away?
jeff