From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 325 invoked by alias); 19 Jun 2011 18:01:19 -0000 Received: (qmail 317 invoked by uid 22791); 19 Jun 2011 18:01:19 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta05.westchester.pa.mail.comcast.net (HELO qmta05.westchester.pa.mail.comcast.net) (76.96.62.48) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 19 Jun 2011 18:01:05 +0000 Received: from omta22.westchester.pa.mail.comcast.net ([76.96.62.73]) by qmta05.westchester.pa.mail.comcast.net with comcast id xtw91g0021ap0As55u15Vb; Sun, 19 Jun 2011 18:01:05 +0000 Received: from up.mrs.kithrup.com ([24.4.193.8]) by omta22.westchester.pa.mail.comcast.net with comcast id xu131g00b0BKwT43iu15KC; Sun, 19 Jun 2011 18:01:05 +0000 Subject: Re: [PATCH] backport r175089/r175108 to gcc-4_5-branch Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Mike Stump In-Reply-To: <20110619011002.GA3560@bromo.med.uc.edu> Date: Sun, 19 Jun 2011 18:19:00 -0000 Cc: gcc-patches@gcc.gnu.org, iains@gcc.gnu.org Content-Transfer-Encoding: quoted-printable Message-Id: <610CB0A6-6656-4653-AEC8-0B228109128B@comcast.net> References: <20110619011002.GA3560@bromo.med.uc.edu> To: Jack Howarth X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-06/txt/msg01414.txt.bz2 On Jun 18, 2011, at 6:10 PM, Jack Howarth wrote: > Since the common config/mh-darwin file doesn't exist on gcc-4_5-branch,= the following patch > creates a config/mh-x86-darwin to allow r175089 and r175108 to be effecti= vely backported. This > change is worthwhile to provide darwin11 users access to dragonegg (since= dragonegg doesn't > build on gcc 4.6.x yet). Bootstrap and regression tested on x86_64-apple-= darwin11. Okay > for gcc-4_5-branch? Ok and applied.