mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 23:32:21 +08:00
* configure.in: Use .gdbinit under Cygwin.
* configure: Regenerate.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user