* configure.in: Use .gdbinit under Cygwin.
* configure: Regenerate.
This commit is contained in:
parent
1a89f85f47
commit
591d46894b
3 changed files with 7 additions and 2 deletions
|
@ -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
2
gas/configure
vendored
|
@ -2214,7 +2214,7 @@ fi
|
|||
# .gdbinit.
|
||||
GDBINIT=".gdbinit"
|
||||
case "${host}" in
|
||||
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
|
||||
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
|
||||
GDBINIT="gdb.ini"
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue