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 <873e54ak7k.fsf@ithilien.int.spb.ru>you write:
  > Just cp ..../i586-lynxos/bin{as,ld} ..../src/egcs-1.1.1-build/gcc
  > At least, this worked for me.
  > 
  > If you look at gcc/configure, you'll see that it incorrectly
  > chooses assembler. Look at line 5251 and below.
  > 
  > It seems to me that gcc/configure will works there correctly
  > only for native build or for one-tree-build. Or one must
  > have correct assembler in the current dir -- that is in
  > gcc dir.
The configure script searches a variety of places to try and find a suitable
assembler.

It prefers the assembler in the current directory, but should fall back to
whatever "as" shows up in your path.

jeff


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