From Dave Murphy <davem@devkitpro.org>:
* configure.ac: Set tcl configdir to win under mingw. * configure: Regenerate.
This commit is contained in:
parent
77cba8a32b
commit
686a5eed5d
3 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
|
2
gdb/configure
vendored
2
gdb/configure
vendored
|
@ -23080,7 +23080,7 @@ WIN32LDAPP=
|
|||
|
||||
|
||||
case "${host}" in
|
||||
*-*-cygwin*)
|
||||
*-*-cygwin* | *-*-mingw* )
|
||||
configdir="win"
|
||||
;;
|
||||
*)
|
||||
|
|
|
@ -1445,7 +1445,7 @@ AC_SUBST(WIN32LIBS)
|
|||
AC_SUBST(WIN32LDAPP)
|
||||
|
||||
case "${host}" in
|
||||
*-*-cygwin*)
|
||||
*-*-cygwin* | *-*-mingw* )
|
||||
configdir="win"
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue