diff options
author | Keith Seitz <keiths@redhat.com> | 2008-03-03 23:24:22 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2008-03-03 23:24:22 +0000 |
commit | 686a5eed5d3a21b899253d03e20a7953a62f4498 (patch) | |
tree | 09bb415f89cc1ce064266222e648ee50ac300eb5 /gdb | |
parent | 77cba8a32b4cec9c12249fa59391242c039a1842 (diff) | |
download | gdb-686a5eed5d3a21b899253d03e20a7953a62f4498.zip gdb-686a5eed5d3a21b899253d03e20a7953a62f4498.tar.gz gdb-686a5eed5d3a21b899253d03e20a7953a62f4498.tar.bz2 |
From Dave Murphy <davem@devkitpro.org>:
* configure.ac: Set tcl configdir to win under mingw.
* configure: Regenerate.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rwxr-xr-x | gdb/configure | 2 | ||||
-rw-r--r-- | gdb/configure.ac | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4d21120..42016c0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2008-03-03 Keith Seitz <keiths@redhat.com> + + From Dave Murphy <davem@devkitpro.org>: + * configure.ac: Set tcl configdir to win under mingw. + * configure: Regenerate. + 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com> * breakpoint.c (fetch_watchpoint_value): New function. diff --git a/gdb/configure b/gdb/configure index e0f36b2..5faaeba 100755 --- a/gdb/configure +++ b/gdb/configure @@ -23080,7 +23080,7 @@ WIN32LDAPP= case "${host}" in -*-*-cygwin*) +*-*-cygwin* | *-*-mingw* ) configdir="win" ;; *) diff --git a/gdb/configure.ac b/gdb/configure.ac index 39246aa..2f1c33b 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -1445,7 +1445,7 @@ AC_SUBST(WIN32LIBS) AC_SUBST(WIN32LDAPP) case "${host}" in -*-*-cygwin*) +*-*-cygwin* | *-*-mingw* ) configdir="win" ;; *) |