mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 12:22:20 +08:00
* configure.in: Use .gdbinit under Cygwin.
* configure: Regenerate.
This commit is contained in:
@ -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>
|
2002-11-11 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* config/tc-i386.h (EXTERN_FORCE_RELOC): Define only if
|
* 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=".gdbinit"
|
GDBINIT=".gdbinit"
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
|
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
|
||||||
GDBINIT="gdb.ini"
|
GDBINIT="gdb.ini"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -72,7 +72,7 @@ AM_CONFIG_HEADER(config.h:config.in)
|
|||||||
# .gdbinit.
|
# .gdbinit.
|
||||||
GDBINIT=".gdbinit"
|
GDBINIT=".gdbinit"
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
|
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
|
||||||
GDBINIT="gdb.ini"
|
GDBINIT="gdb.ini"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Reference in New Issue
Block a user