Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: "Hans Kester" <kester.hans@gmail.com>
To: gdb-patches@sourceware.org
Subject: [PATCH, GDB 6.8] Build Insight correctly on a MinGW system
Date: Fri, 11 Apr 2008 13:23:00 -0000	[thread overview]
Message-ID: <93da74750804110214h4ec5905dpc921157e15b3ae5a@mail.gmail.com> (raw)

The following patch builds Insight correctly on a MinGW system.
Could someone commit this for me?

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  <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"
     ;;
 *)


             reply	other threads:[~2008-04-11  9:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-11 13:23 Hans Kester [this message]
2008-04-11 14:32 ` Daniel Jacobowitz
2008-04-14 14:35   ` Dave Murphy
2008-04-15 11:34     ` Hans Kester
2008-04-16 19:31       ` 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=93da74750804110214h4ec5905dpc921157e15b3ae5a@mail.gmail.com \
    --to=kester.hans@gmail.com \
    --cc=gdb-patches@sourceware.org \
    /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