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



  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


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