This is the mail archive of the gcc-bugs@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: egcs-1.1.1 cross: i586-lynxos-gas says "Alignment not a power of 2"



  In message <9901211417.AA15181@gatekeeper.vs.dasa.de>you write:
  > Thanks. I found a symbol in gcc/auto-host.h, HAVE_GAS_BALIGN_AND_P2ALIGN 
  > which the configure had undefined. However, I verified that the AS of my 
  > LynxOS 2.5 target DOES support those statements. Apparently, the config 
  > is for an older LynxOS version where these were not yet supported (?)
  > After defining the HAVE_GAS_BALIGN_AND_P2ALIGN, I am no longer getting 
  > the "power of 2" error.
It's probably worth investigating why configure did not think your system
supported balign & p2align.

gcc/configure is just a big shell script, if you're familar with sh, you ought
to be able to nail it down.

jeff


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