From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24370 invoked by alias); 3 Nov 2010 17:51:49 -0000 Received: (qmail 24286 invoked by uid 22791); 3 Nov 2010 17:51:47 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta01.emeryville.ca.mail.comcast.net (HELO qmta01.emeryville.ca.mail.comcast.net) (76.96.30.16) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 03 Nov 2010 17:51:42 +0000 Received: from omta12.emeryville.ca.mail.comcast.net ([76.96.30.44]) by qmta01.emeryville.ca.mail.comcast.net with comcast id Sfal1f0080x6nqcA1hrhTB; Wed, 03 Nov 2010 17:51:41 +0000 Received: from up.mrs.kithrup.com ([24.4.193.8]) by omta12.emeryville.ca.mail.comcast.net with comcast id Shrg1f0010BKwT48Yhrg3Y; Wed, 03 Nov 2010 17:51:40 +0000 Subject: Re: [Patch, Darwin] enable mdynamic-no-pic bootstrap for x86-darwin. Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Mike Stump In-Reply-To: Date: Wed, 03 Nov 2010 17:54:00 -0000 Cc: GCC Patches , Paolo Bonzini , Mike Stump Content-Transfer-Encoding: quoted-printable Message-Id: References: To: IainS 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: 2010-11/txt/msg00325.txt.bz2 On Nov 3, 2010, at 4:47 AM, IainS wrote: > However, I took Paolo's observation that the plugin-supports .exp could b= e used as the place to deal with filtering the flag - it seems a more natur= al place to handle the issue. > OK for trunk? Ok. Longer term, I kinda wish we had more fine grained make variables (for shar= ed/non-shared flags)...