This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: pre-egcs 1.1 status for *-rtems
- To: law at cygnus dot com
- Subject: Re: pre-egcs 1.1 status for *-rtems
- From: Joel Sherrill <joel at OARcorp dot com>
- Date: Fri, 10 Jul 1998 15:00:16 -0500 (CDT)
- cc: egcs at cygnus dot com
On Fri, 10 Jul 1998, Jeffrey A Law wrote:
> > 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.
Unfortunately, I have that in my config.in. I think I have all the
patches. Unless you see something obvious, I think grabbing a newer
snapshot with this change and the other ones breaking *-rtems would be the
best thing. Any idea what snapshot to grab?
--joel