bootstrap/9361: [powerpc-linux] GCC 3.2.1 Boostrap stage 2 compile error (corrections)
Aldy Hernandez
aldyh@romulus-int.sfbay.redhat.com
Thu Feb 27 19:42:00 GMT 2003
On Thu, Feb 27, 2003 at 06:59:06PM -0000, dje@gcc.gnu.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
More information about the Gcc-bugs
mailing list