https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65644

--- Comment #9 from Daniel Richard G. <skunk at iskunk dot org> ---
(In reply to r...@cebitec.uni-bielefeld.de from comment #8)
> 
> Looking closer, you are *not* using the Solaris assembler (/usr/ccs/bin/as):

Good call, Rainer. GCC is in fact using /usr/sfw/bin/gas, which identifies as

    $ /usr/sfw/bin/gas --version
    GNU assembler 2.15
    Copyright 2002 Free Software Foundation, Inc.

I am bootstrapping again with explicit use of the Solaris assembler to confirm
that everything works that way, but am running into stage2 != stage3 errors and
am currently sorting those out.

Reply via email to