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: autoconf between stages. was: java fails to build


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.

-- 
Alexandre Oliva  http://www.dcc.unicamp.br/~oliva  aoliva@{acm.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org}
Universidade Estadual de Campinas, SP, Brasil


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