From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17837 invoked by alias); 25 Nov 2004 08:41:55 -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 17556 invoked from network); 25 Nov 2004 08:41:45 -0000 Received: from unknown (HELO smtp2.fuse.net) (216.68.8.175) by sourceware.org with SMTP; 25 Nov 2004 08:41:45 -0000 Received: from gx4.fuse.net ([66.42.243.19]) by smtp2.fuse.net (InterMail vM.6.01.03.04 201-2131-111-106-20040729) with ESMTP id <20041125084054.BVLF13140.smtp2.fuse.net@gx4.fuse.net> for ; Thu, 25 Nov 2004 03:40:54 -0500 Received: from dellpi.pinski.fam ([66.42.243.19]) by gx4.fuse.net (InterMail vG.1.00.00.00 201-2136-104-20040331) with ESMTP id <20041125084106.BCDL916.gx4.fuse.net@dellpi.pinski.fam>; Thu, 25 Nov 2004 03:41:06 -0500 Received: from [10.0.0.80] (zhivago.i.pinski.fam [10.0.0.80]) by dellpi.pinski.fam (8.12.2/8.12.1) with ESMTP id iAONCaVT018460; Wed, 24 Nov 2004 18:12:36 -0500 (EST) In-Reply-To: <41A51487.7070006@apple.com> References: <41A51487.7070006@apple.com> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <53E6D0B0-3E6E-11D9-941D-000A95D692F4@physics.uc.edu> Content-Transfer-Encoding: 7bit Cc: gcc@gcc.gnu.org From: Andrew Pinski Subject: Re: 64-bit configure hell Date: Thu, 25 Nov 2004 09:44:00 -0000 To: Stan Shebs X-SW-Source: 2004-11/txt/msg00947.txt.bz2 On Nov 24, 2004, at 6:08 PM, Stan Shebs wrote: > Although it would be good for sales to require that people > building GCC on Darwin upgrade to G5s :-) that's kind of > unfriendly, while producing different results from configure > and make depending on one's CPU is also just asking for > trouble. What other options do I have? Recommend like most other targets (64bit targets) --disable-multilib. -- Pinski