From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16254 invoked by alias); 18 Jan 2004 19:27:05 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 16246 invoked from network); 18 Jan 2004 19:27:03 -0000 Received: from unknown (HELO omnigroup.com) (198.151.161.1) by sources.redhat.com with SMTP; 18 Jan 2004 19:27:03 -0000 Received: from [192.168.123.2] (216-39-137-139.ip.theriver.com [216.39.137.139]) by omnigroup.com (8.10.2/8.9.1) with ESMTP id i0IJR3C19888; Sun, 18 Jan 2004 11:27:03 -0800 (PST) In-Reply-To: <759F3C13-49D0-11D8-9D69-000393A6D2F2@physics.uc.edu> References: <4D4D1AE6-4970-11D8-8B22-0003933F3BC2@omnigroup.com> <759F3C13-49D0-11D8-9D69-000393A6D2F2@physics.uc.edu> Mime-Version: 1.0 (Apple Message framework v609) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <4AB0211E-49EC-11D8-8B22-0003933F3BC2@omnigroup.com> Content-Transfer-Encoding: 7bit Cc: gcc@gcc.gnu.org From: "Timothy J. Wood" Subject: Re: 3.4 bootstrap failure on powerpc-apple-darwin7.2.0 Date: Sun, 18 Jan 2004 19:27:00 -0000 To: Andrew Pinski X-SW-Source: 2004-01/txt/msg01181.txt.bz2 On Jan 18, 2004, at 8:07 AM, Andrew Pinski wrote: > > On Jan 17, 2004, at 20:39, Timothy J. Wood wrote: > >> >> ../gcc/configure --prefix="$PREFIX" --enable-altivec >> --enable-languages="c,c++,objc" > > > --enable-altivec is really only for ppc linux to enable the altivec > ABI by default which is > done for PPC Darwin by default already. Thanks; could someone update the documentation in install.texi to say that this should not be passed for PPC Darwin? > If you remove that you should be able to bootstrap just fine, note > that the syntax for > altivec differs for FSF than what the original version of MOT's PEM. I discovered this last night too, but then Altivec doesn't seem work. I thought it was because I didn't have --enable-altivec, but I guess either something is busted or I'm doing something (else) wrong. I'll send out a new mail on that to change the subject line :) -tim