From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20169 invoked by alias); 9 Jan 2007 07:39:03 -0000 Received: (qmail 20161 invoked by uid 22791); 9 Jan 2007 07:39:03 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 09 Jan 2007 07:38:58 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id l097cj1m029942; Tue, 9 Jan 2007 02:38:45 -0500 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l097cdrj018965; Tue, 9 Jan 2007 02:38:39 -0500 Received: from [10.32.68.7] (vpn-68-7.surrey.redhat.com [10.32.68.7]) by pobox.surrey.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id l097ccaE016000; Tue, 9 Jan 2007 07:38:38 GMT Message-ID: <45A34679.7070405@redhat.com> Date: Tue, 09 Jan 2007 07:39:00 -0000 From: Nick Clifton User-Agent: Thunderbird 1.5.0.9 (X11/20061215) MIME-Version: 1.0 To: Andreas Tobler , dj@redhat.com CC: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org Subject: Re: Renaming mingw64 to mingw* for x86_64 architecure References: <45A2B0C7.6070404@pop.agri.ch> In-Reply-To: <45A2B0C7.6070404@pop.agri.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2007-01/txt/msg00254.txt.bz2 Hi Andreas, >> * configure.in: Add support for an x86_64-mingw* target. > > Don't you need to regenerate configure ? Oops! Yes I do. > Btw, which version of autoconf do we use now? I always go by the version embedded at the top of the current configure file. So in this case I used 2.13. I am expecting this to change at some point in the near future though. Cheers Nick PS. DJ: I have applied the patch to the sourceware repository and checked it in there as well.