From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19576 invoked by alias); 11 Apr 2008 12:42:36 -0000 Received: (qmail 19514 invoked by uid 22791); 11 Apr 2008 12:42:35 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 11 Apr 2008 12:42:14 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 497C5980FB; Fri, 11 Apr 2008 12:42:13 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 305F0980F7; Fri, 11 Apr 2008 12:42:13 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JkIa4-0008J1-Fh; Fri, 11 Apr 2008 08:42:12 -0400 Date: Fri, 11 Apr 2008 12:42:00 -0000 From: Daniel Jacobowitz To: Hans Kester Cc: gdb-patches@sourceware.org, insight@sourceware.org Subject: Re: [PATCH, GDB 6.8] Build Insight correctly on a MinGW system Message-ID: <20080411124212.GA2057@caradoc.them.org> Mail-Followup-To: Hans Kester , gdb-patches@sourceware.org, insight@sourceware.org References: <93da74750804110214h4ec5905dpc921157e15b3ae5a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <93da74750804110214h4ec5905dpc921157e15b3ae5a@mail.gmail.com> User-Agent: Mutt/1.5.17 (2007-12-11) 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/msg00030.txt.bz2 On Fri, Apr 11, 2008 at 11:14:54AM +0200, Hans Kester wrote: > The following patch builds Insight correctly on a MinGW system. > Could someone commit this for me? Copying this to the Insight maintainers. > > Regards, > > Hans Kester > > > Index: gdb/ChangeLog > =================================================================== > RCS file: /cvs/src/src/gdb/ChangeLog,v > retrieving revision 1.9174.2.20 > diff -u -r1.9174.2.20 ChangeLog > --- ChangeLog 31 Mar 2008 03:40:42 -0000 1.9174.2.20 > +++ ChangeLog 11 Apr 2008 09:10:13 -0000 > @@ -1,3 +1,8 @@ > +2008-04-11 Hans Kester > + > + * configure.ac: Added configdir for MinGW. > + * configure: Added configdir for MinGW. > + > 2008-03-30 Daniel Jacobowitz > > * ia64-tdep.c (examine_prologue): Correct array access. > > > > Index: gdb/configure.ac > =================================================================== > RCS file: /cvs/src/src/gdb/configure.ac,v > retrieving revision 1.64 > diff -u -r1.64 configure.ac > --- configure.ac 13 Jan 2008 12:23:05 -0000 1.64 > +++ configure.ac 11 Apr 2008 09:02:13 -0000 > @@ -1445,7 +1445,7 @@ > AC_SUBST(WIN32LDAPP) > > case "${host}" in > -*-*-cygwin*) > +*-*-cygwin* | *-*-mingw*) > configdir="win" > ;; > *) > > > > Index: gdb/configure > =================================================================== > RCS file: /cvs/src/src/gdb/configure,v > retrieving revision 1.242 > diff -u -r1.242 configure > --- configure 13 Jan 2008 12:23:04 -0000 1.242 > +++ configure 11 Apr 2008 09:05:54 -0000 > @@ -23080,7 +23080,7 @@ > > > case "${host}" in > -*-*-cygwin*) > +*-*-cygwin* | *-*-mingw*) > configdir="win" > ;; > *) > -- Daniel Jacobowitz CodeSourcery