From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31503 invoked by alias); 2 Sep 2009 22:22:20 -0000 Received: (qmail 31432 invoked by uid 48); 2 Sep 2009 22:22:07 -0000 Date: Wed, 02 Sep 2009 22:22:00 -0000 Message-ID: <20090902222207.31431.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/41180] can not build gcc 4.4.1 on Snow Leopard Mac OS X 10.6 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "howarth at nitro dot med dot uc dot edu" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-09/txt/msg00176.txt.bz2 ------- Comment #24 from howarth at nitro dot med dot uc dot edu 2009-09-02 22:22 ------- We could also add (as a separate patch) a change identical to what Apple uses in their gcc which only triggers on the i[[3456789]]86-*-darwin* host and target but this should be unnecessary after the config.guess change goes in. After the config.guess change, it would only serve to idiot-proof configure for the case of someone passing the i[[3456789]]86-*-darwin10 host on a Snow Leopard machine that is actually running and generating x86_64 binaries (and will be identified properly by the patched config.guess as x86_64-apple-darwin10). -- howarth at nitro dot med dot uc dot edu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |howarth at nitro dot med dot | |uc dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41180