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: how to tell egcs to use gnu-as?


  In message <199804222239.PAA01660@telaviv.tmai.com>you write:
  > 
  > It seems that the way egcs figures out which 'as' to use has changed.
  > I am trying to build egcs on Solaris, using
  >    --with-gnu-as
  > making sure Gnu-as is in my PATH, but still
  > gcc/g++ uses /usr/ccs/bin/as.
  > 
  > Could it be related to:
No, it's not related to Jim's change.

The way to ensure that your assembler is used is to configure
binutils & gcc with the same prefix.  Build and install binutils
first, then build and install gcc.

jeff


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