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: Sat, 11 Jul 1998 09:07:31 -0500 (CDT)
- cc: egcs at cygnus dot com
On Fri, 10 Jul 1998, Jeffrey A Law wrote:
> > snapshot with this change and the other ones breaking *-rtems would be the
> > best thing. Any idea what snapshot to grab?
> What are the contents of gcc/auto-host.h in your build directory?
> We'll start by making sure autoconf did the right thing :-)
I think these are the relevant parts:
/* 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 */
So wouldn't this be right?
--joel