From: Dave Murphy <davem@devkitpro.org>
To: Hans Kester <kester.hans@gmail.com>,
gdb-patches@sourceware.org, insight@sourceware.org
Subject: Re: [PATCH, GDB 6.8] Build Insight correctly on a MinGW system
Date: Sun, 13 Apr 2008 13:40:00 -0000 [thread overview]
Message-ID: <48020D47.4030303@devkitpro.org> (raw)
In-Reply-To: <20080411124212.GA2057@caradoc.them.org>
Daniel Jacobowitz wrote:
> 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.
This was already committed to CVS back in March
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.ac.diff?r1=1.64&r2=1.65&cvsroot=src&f=h
Dave
>> 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 <kester.hans@gmail.com>
>> +
>> + * configure.ac: Added configdir for MinGW.
>> + * configure: Added configdir for MinGW.
>> +
>> 2008-03-30 Daniel Jacobowitz <dan@codesourcery.com>
>>
>> * 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"
>> ;;
>> *)
>>
>
next prev parent reply other threads:[~2008-04-13 13:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <93da74750804110214h4ec5905dpc921157e15b3ae5a@mail.gmail.com>
2008-04-11 12:42 ` Daniel Jacobowitz
2008-04-13 13:40 ` Dave Murphy [this message]
2008-04-15 8:35 ` Hans Kester
2008-04-16 18:28 ` Joel Brobecker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48020D47.4030303@devkitpro.org \
--to=davem@devkitpro.org \
--cc=gdb-patches@sourceware.org \
--cc=insight@sourceware.org \
--cc=kester.hans@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).