From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25465 invoked by alias); 9 Apr 2008 17:38:16 -0000 Received: (qmail 25449 invoked by uid 22791); 9 Apr 2008 17:38:15 -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; Wed, 09 Apr 2008 17:37:57 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m39Hblok013269; Wed, 9 Apr 2008 13:37:47 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m39HbkSF023018; Wed, 9 Apr 2008 13:37:46 -0400 Received: from lindt.uglyboxes.com (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m39HbiH4015764; Wed, 9 Apr 2008 13:37:45 -0400 Message-ID: <47FCFDFA.9030803@redhat.com> Date: Wed, 09 Apr 2008 17:38:00 -0000 From: Keith Seitz User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: Hans Kester CC: insight@sourceware.org Subject: Re: MinGW build failure for mips-elf References: <93da74750804090130v26b381d0x7a96018dddc3500b@mail.gmail.com> In-Reply-To: <93da74750804090130v26b381d0x7a96018dddc3500b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00029.txt.bz2 Hans Kester wrote: > This can be fixed by patching sim/common/sim-signal.c @ 29: > - #ifdef _MSC_VER > + #ifdef _WIN32 > > I don't know if that breaks builds on other hosts, but it works for MinGW. > Could someone patch this at the right places? You must send a proper patch submission to the proper maintainer. According to src/sim/MAINTAINERS, patches should be submitted to the gdb mailing list. Keith