Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH, GDB 6.8] Build Insight correctly on a MinGW system
@ 2008-04-11 13:23 Hans Kester
  2008-04-11 14:32 ` Daniel Jacobowitz
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Kester @ 2008-04-11 13:23 UTC (permalink / raw)
  To: gdb-patches

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-04-16 18:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-11 13:23 [PATCH, GDB 6.8] Build Insight correctly on a MinGW system Hans Kester
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox