http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49746

Steve Ellcey <sje at cup dot hp.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dave.anglin at bell dot
                   |                            |net, sje at cup dot hp.com

--- Comment #2 from Steve Ellcey <sje at cup dot hp.com> 2011-07-14 20:34:28 
UTC ---
Are you trying to use a 32 bit GCC to bootstrap a 64 bit GCC?  I see you have
CC set to gcc64 which makes me think that you are using a 64 bit GCC to do the
bootstrap but you have -mpa-risc-2-0 in CFLAGS, which I think means the 32 bit
2.0 instruction set and I don't think it should be used for 64 bit builds.

Can you bootstrap if you leave off the -mpa-risc-2-0 flag?

Reply via email to