This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/9361: [powerpc-linux] GCC 3.2.1 Boostrap stage 2 compile error (corrections)
- From: Aldy Hernandez <aldyh at romulus-int dot sfbay dot redhat dot com>
- To: aldyh at sources dot redhat dot com
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 27 Feb 2003 19:46:01 -0000
- Subject: Re: bootstrap/9361: [powerpc-linux] GCC 3.2.1 Boostrap stage 2 compile error (corrections)
- Reply-to: Aldy Hernandez <aldyh at romulus-int dot sfbay dot redhat dot com>
The following reply was made to PR bootstrap/9361; it has been noted by GNATS.
From: Aldy Hernandez <aldyh at romulus-int dot sfbay dot redhat dot com>
To: dje at gcc dot gnu dot org, aldyh at sources dot redhat dot com, gcc-bugs at gcc dot gnu dot org,
gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, tfinneid at ifi dot uio dot no,
gcc-gnats at gcc dot gnu dot org
Cc:
Subject: Re: bootstrap/9361: [powerpc-linux] GCC 3.2.1 Boostrap stage 2 compile error (corrections)
Date: Thu, 27 Feb 2003 11:42:52 -0800
On Thu, Feb 27, 2003 at 06:59:06PM -0000, dje at gcc dot gnu dot org wrote:
> Synopsis: [powerpc-linux] GCC 3.2.1 Boostrap stage 2 compile error (corrections)
Hi Thomas.
In your message you specify that you are bootstrapping on a PowerBook G3,
and that you are getting an "illegal instruction" error. The G3 does not
have AltiVec so, this seems like a sensible error message ;-).
If you wish to bootstrap a native PPC compiler that will run on your G3,
but generate code for AltiVec, just bootstrap with powerpc-linux-gnu
and then use the following flags when compiling a program:
-mabi=altivec -maltivec
Obviously, this program will not run on your G3.
Can you close this PR?
Aldy