mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
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
@ -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 New Issue
Block a user