* configure.in: Use .gdbinit under Cygwin.

* configure: Regenerate.
This commit is contained in:
Christopher Faylor 2002-11-11 17:21:33 +00:00
parent 1a89f85f47
commit 591d46894b
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-11-11 Christopher Faylor <cgf@redhat.com>
* configure.in: Use .gdbinit under Cygwin.
* configure: Regenerate.
2002-11-11 Christopher Faylor <cgf@redhat.com>
* config/tc-i386.h (EXTERN_FORCE_RELOC): Define only if

2
gas/configure vendored
View File

@ -2214,7 +2214,7 @@ fi
# .gdbinit.
GDBINIT=".gdbinit"
case "${host}" in
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
GDBINIT="gdb.ini"
;;
esac

View File

@ -72,7 +72,7 @@ AM_CONFIG_HEADER(config.h:config.in)
# .gdbinit.
GDBINIT=".gdbinit"
case "${host}" in
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
GDBINIT="gdb.ini"
;;
esac