forked from Imagelibrary/binutils-gdb
From Dave Murphy <davem@devkitpro.org>:
* configure.ac: Set tcl configdir to win under mingw.
* configure: Regenerate.
This commit is contained in:
@@ -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"
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user