From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24128 invoked by alias); 18 Jan 2004 23:36:15 -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 24120 invoked from network); 18 Jan 2004 23:36:13 -0000 Received: from unknown (HELO mail-out3.apple.com) (17.254.13.22) by sources.redhat.com with SMTP; 18 Jan 2004 23:36:13 -0000 Received: from mailgate1.apple.com (a17-128-100-225.apple.com [17.128.100.225]) by mail-out3.apple.com (8.12.10/8.12.9) with ESMTP id i0INaDnM005946 for ; Sun, 18 Jan 2004 15:36:13 -0800 (PST) Received: from relay3.apple.com (relay3.apple.com) by mailgate1.apple.com (Content Technologies SMTPRS 4.3.6) with ESMTP id ; Sun, 18 Jan 2004 15:36:13 -0800 Received: from [17.219.199.29] ([17.219.199.29]) by relay3.apple.com (8.12.10/8.12.9) with ESMTP id i0INZuN7029158; Sun, 18 Jan 2004 23:35:57 GMT In-Reply-To: References: <4D4D1AE6-4970-11D8-8B22-0003933F3BC2@omnigroup.com> <759F3C13-49D0-11D8-9D69-000393A6D2F2@physics.uc.edu> <8B769259-4A0B-11D8-BA61-00039390FFE2@apple.com> Mime-Version: 1.0 (Apple Message framework v609) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <0F6958AA-4A0F-11D8-BA61-00039390FFE2@apple.com> Content-Transfer-Encoding: 7bit Cc: gcc@gcc.gnu.org, "Timothy J. Wood" From: Ziemowit Laski Subject: Re: 3.4 bootstrap failure on powerpc-apple-darwin7.2.0 Date: Sun, 18 Jan 2004 23:36:00 -0000 To: Andrew Pinski X-SW-Source: 2004-01/txt/msg01224.txt.bz2 On 18 Jan 2004, at 15.18, Andrew Pinski wrote: > On Jan 18, 2004, at 15:10, Ziemowit Laski wrote: >>> --enable-altivec is really only for ppc linux to enable the altivec >>> ABI by default which is >>> done for PPC Darwin by default already. > >> Actually, in the course of my recent AltiVec struggles, I failed to >> discover any purpose whatsoever for the '--enable-altivec' config >> switch -- perhaps Aldy can enlighten us. > > > Doing a simple search using google, I found when this was added: > http://gcc.gnu.org/ml/gcc-patches/2001-12/msg02123.html > > It is exactly does what I said it does is to change the ABI by default. Indeed, except I fail to see why this can't be done at run-time, when the user specifies '-maltivec'. --Zem