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: "ebotcazou 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 09:10:13 -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 ebotcazou at gcc dot gnu dot org 2004-03-18 09:10 -------
To clarify a bit, you need a 64-bit compiler to bootstrap a 64-bit compiler.
Either a native 64-bit compiler (sparc64-*-* or sparcv9-*-*) or a multi-arch
32-bit compiler invoked with 'gcc -m64'.
Note, however, that Ada does not appear to work for the non-default arch of a
multi-arch compiler (that is, 'gcc -m64' cannot bootstrap a 64-bit Ada compiler).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14626