This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/14626] Compile fails at stage2
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Mar 2004 02:59:41 -0000
- Subject: [Bug bootstrap/14626] Compile fails at stage2
- References: <20040318013053.14626.ehicks@binarymagi.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-18 02:59 -------
Oh, then what you are doing is called a cross compiler and should not be using "make bootstrap" as
when the compiler was configured was only a 32bit compiler. Use "make all" instead and it should work
and if you want you can bootstrap a new compiler which uses the 64bit one.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14626