From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12000 invoked by alias); 26 Oct 2011 16:37:53 -0000 Received: (qmail 11884 invoked by uid 22791); 26 Oct 2011 16:37:51 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 26 Oct 2011 16:37:36 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=EU1-MAIL.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1RJ6Tu-00063l-QF from pedro_alves@mentor.com ; Wed, 26 Oct 2011 09:37:34 -0700 Received: from scottsdale.localnet ([172.16.63.104]) by EU1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 26 Oct 2011 17:37:32 +0100 From: Pedro Alves To: gdb@sourceware.org Subject: Re: gdb (gdbserver.exe) build problem under msys Date: Wed, 26 Oct 2011 19:10:00 -0000 User-Agent: KMail/1.13.6 (Linux/2.6.38-11-generic; KDE/4.7.1; x86_64; ; ) Cc: Joel Brobecker , asmwarrior References: <4EA7FCF2.7050402@gmail.com> <20111026155556.GC335@adacore.com> In-Reply-To: <20111026155556.GC335@adacore.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201110261737.28093.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-10/txt/msg00185.txt.bz2 On Wednesday 26 October 2011 16:55:56, Joel Brobecker wrote: > > --host=mingw32 \ > > --build=mingw32 \ > > --target=mingw32 \ > > I've never configure with just `mingw32'. It's always been a triplet > (such as 'i686-pc-mingw32'). Is that supposed to work? I think so. config.sub will expand it to canonical form: $ src/config.sub mingw32 i386-pc-mingw32 But it's likely that something is going on with that. -- Pedro Alves