This is the mail archive of the gcc-help@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: gcc 20000828 and gas 2.10 don't work together on Solaris 2.7 ?


On Sep  1, 2000, Stefan Thiede <Stefan.Thiede@sv.sc.philips.com> wrote:

> and the innocent gcc -m64 gets translated into as -xarch=v9 which is
> not a legal command line parameter for as 2.10

> Am I doing something wrong or has this never been attempted before :-?

I do it regularly.  Have you configured GCC --with-gnu-as?  Was GNU as
already built and where GCC expected to find it when you configured
gcc, so that the tests in gcc/configure.in would detect it didn't
support -xarch=v9, and fallback to `-64 -Av9' (which is what should be
used with GNU as)?  In other words, did you follow the procedure of
the FAQ for GCC to find the right version of GNU as, as explained in
the GCC FAQ? :-)

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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