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: pre-egcs 1.1 status for *-rtems



  In message <Pine.BSF.3.96.980710084804.8580W-100000@vespucci.advicom.net>you e:
  > > How about a pointer to cvsweb which will allow you to extract any
  > > patch you want :-)  I'm sure you've heard the "give a man a fish ...
  > > teach a man to fish ..." story :-)
  > > 
  > > http://egcs.cygnus.com/cgi-bin/cvsweb
  > 
  > I got the i386 patch from there and applied it to acconfig.h,
  > configure.in, and config/i386/gas.h.
  > 
  > I then ran aclocal; autoconf and did a rebuild.  I got the same error.
  > 
  > Do I need to do something different to accound for the automatically
  > generated files?
I think you missed one (probably because I forgot to check it in with
the rest of the files) -- config.in.

It should have stuff like this in it.

/* Define if your assembler supports specifying the maximum number
   of bytes to skip when using the GAS .p2align command. */
#undef HAVE_GAS_MAX_SKIP_P2ALIGN

/* Define if your assembler supports .balign and .p2align.  */
#undef HAVE_GAS_BALIGN_AND_P2ALIGN


You can regenerate config.in by running autoheader.

jeff


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