From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4388 invoked by alias); 27 Oct 2011 00:43:50 -0000 Received: (qmail 4379 invoked by uid 22791); 27 Oct 2011 00:43:49 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 27 Oct 2011 00:43:36 +0000 Received: by iagf6 with SMTP id f6so3230956iag.0 for ; Wed, 26 Oct 2011 17:43:35 -0700 (PDT) Received: by 10.231.84.8 with SMTP id h8mr2785453ibl.47.1319676215428; Wed, 26 Oct 2011 17:43:35 -0700 (PDT) Received: from [222.205.27.173] ([222.205.27.173]) by mx.google.com with ESMTPS id p18sm5634790ibe.7.2011.10.26.17.43.30 (version=SSLv3 cipher=OTHER); Wed, 26 Oct 2011 17:43:33 -0700 (PDT) Message-ID: <4EA8A7DD.6020509@gmail.com> Date: Thu, 27 Oct 2011 00:55:00 -0000 From: Asmwarrior User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19 Mnenhy/0.7.6.0 MIME-Version: 1.0 To: Pedro Alves CC: gdb@sourceware.org, MinGW Users List , Chris Sutcliffe , Xun Xun Subject: Re: gdb (gdbserver.exe) build problem under msys References: <4EA7FCF2.7050402@gmail.com> <201110261536.18038.pedro@codesourcery.com> In-Reply-To: <201110261536.18038.pedro@codesourcery.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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/msg00190.txt.bz2 On 2011-10-26 22:36, Pedro Alves wrote: > Try, e.g., checking what does "grep ac_cv_target gdbserver/config.log" > and "grep ac_cv_host gdbserver/config.log" say. Thanks for your help. I just check the config.log, and found that: ac_cv_target = i386-pc-mingw32 ac_cv_host= i386-pc-mingw32 So, it looks like they are correct.