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.980711090701.4217A-100000@vespucci.advicom.net>you write:
  > 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?
Right.  Something has gone wrong in the configure process.

You're working from a single source tree right, with some recent
version of gas?  If so, I would have expected both of those to be
defined to "1".

Can you run sh -x <srcdir>gcc/configure <whatever args you need> and
send me the output?
jeff


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