From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20324 invoked by alias); 21 Jul 2011 05:23:26 -0000 Received: (qmail 20315 invoked by uid 22791); 21 Jul 2011 05:23:24 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org Received: from nm8-vm0.bullet.mail.bf1.yahoo.com (HELO nm8-vm0.bullet.mail.bf1.yahoo.com) (98.139.213.95) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Thu, 21 Jul 2011 05:23:09 +0000 Received: from [98.139.212.151] by nm8.bullet.mail.bf1.yahoo.com with NNFMP; 21 Jul 2011 05:23:08 -0000 Received: from [98.139.213.14] by tm8.bullet.mail.bf1.yahoo.com with NNFMP; 21 Jul 2011 05:23:08 -0000 Received: from [127.0.0.1] by smtp114.mail.bf1.yahoo.com with NNFMP; 21 Jul 2011 05:23:08 -0000 X-Yahoo-SMTP: jenXL62swBAWhMTL3wnej93oaS0ClBQOAKs8jbEbx_o- Received: from cgf.cx (cgf@108.20.226.5 with login) by smtp114.mail.bf1.yahoo.com with SMTP; 20 Jul 2011 22:23:08 -0700 PDT Received: from localhost (ednor.casa.cgf.cx [192.168.187.5]) by cgf.cx (Postfix) with ESMTP id 9839A13C002; Thu, 21 Jul 2011 01:23:07 -0400 (EDT) Date: Thu, 21 Jul 2011 07:03:00 -0000 From: Christopher Faylor To: "Yaakov (Cygwin/X)" , gdb-patches@sourceware.org Subject: Re: [PATCH] fix config.rpath for cygwin/mingw Message-ID: <20110721052257.GA6991@ednor.casa.cgf.cx> Mail-Followup-To: "Yaakov (Cygwin/X)" , gdb-patches@sourceware.org References: <1311145448.7796.40.camel@YAAKOV04> <20110720192506.GB2455@ednor.casa.cgf.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-07/txt/msg00569.txt.bz2 On Wed, Jul 20, 2011 at 03:45:59PM -0500, Yaakov (Cygwin/X) wrote: >On Wed, Jul 20, 2011 at 14:25, Christopher Faylor wrote: >> On Wed, Jul 20, 2011 at 02:04:06AM -0500, Yaakov (Cygwin/X) wrote: >>>2011-07-20 ?Yaakov Selkowitz ? >>> >>> ? ? ? * config.rpath [cygwin|mingw*|pw32] (shrext): Change to .dll.a, >>> ? ? ? to match the import library suffix. >> >> Looks ok. ?Do you have a CVS tree checked out which would enable you to >> check this in? > >I do. But I have sent the same patch to gcc-patches@ and binutils@; >since this affects all of them, do I need to wait for approval there >as well? Urgh. Actually, I somehow missed that this was a top-level configury component. I can't approve those. I'm never clear on how the files are supposed to be kept in sync. binutils and gdb are the same file so you'd only have to check in once but gcc is entirely separate. So, sorry. You'll have to wait for approval by someone who handles the top-level configury. cgf