This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH, GDB 6.8] Build Insight correctly on a MinGW system
- From: "Hans Kester" <kester dot hans at gmail dot com>
- To: gdb-patches at sourceware dot org
- Date: Fri, 11 Apr 2008 11:14:54 +0200
- Subject: [PATCH, GDB 6.8] Build Insight correctly on a MinGW system
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"
;;
*)