------- Comment #6 from sje at cup dot hp dot com  2010-07-29 21:50 -------
Because the ia64-hp-hpux11.31 compiler generates 32 bit code by default you
cannot do a bootstrap build in 64 bit mode.  From install.texi:

Note that the bootstrap compiler and the resulting GCC must be link
compatible, else the bootstrap will fail with linker errors about
incompatible object file formats.

Since the resulting GCC generates 32 bit code and the bootstrap compiler you
are using generates 64 bit code they are not link compatible.

Note that you can build GCC in 32 bit mode and still use the resulting compiler
to compile programs in 64 bit mode by using the -mlp64 option.


-- 

sje at cup dot hp dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


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

Reply via email to