From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12724 invoked by alias); 27 Feb 2003 19:46:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 12707 invoked by uid 71); 27 Feb 2003 19:46:01 -0000 Date: Thu, 27 Feb 2003 19:46:00 -0000 Message-ID: <20030227194601.12706.qmail@sources.redhat.com> To: aldyh@sources.redhat.com Cc: gcc-prs@gcc.gnu.org, From: Aldy Hernandez Subject: Re: bootstrap/9361: [powerpc-linux] GCC 3.2.1 Boostrap stage 2 compile error (corrections) Reply-To: Aldy Hernandez X-SW-Source: 2003-02/txt/msg01441.txt.bz2 List-Id: The following reply was made to PR bootstrap/9361; it has been noted by GNATS. From: Aldy Hernandez To: dje@gcc.gnu.org, aldyh@sources.redhat.com, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, tfinneid@ifi.uio.no, gcc-gnats@gcc.gnu.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@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