From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9489 invoked by alias); 23 Sep 2009 00:11:30 -0000 Received: (qmail 9354 invoked by uid 48); 23 Sep 2009 00:11:09 -0000 Date: Wed, 23 Sep 2009 00:11:00 -0000 Message-ID: <20090923001109.9353.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/41405] [4.5 Regression] Bootstrap fails on *-apple-darwin* due to revision 151815 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/msg02118.txt.bz2 ------- Comment #44 from howarth at nitro dot med dot uc dot edu 2009-09-23 00:11 ------- Is there a trick to getting BOOT_CFLAGS set from gcc/config/t-darwin? Simply adding... BOOT_CFLAGS = -gdwarf-3 -gstrict-dwarf -O2 doesn't work. it always is left as -O2 -g during the build. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41405