aboutsummaryrefslogtreecommitdiff
path: root/gas/configure
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2002-11-11 17:21:33 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2002-11-11 17:21:33 +0000
commit591d46894bf0b9d3202f45ae0f0c4777ebf77e71 (patch)
tree1126c11c24a5fb32a64dd5e8bcdaac3d91b643e5 /gas/configure
parent1a89f85f47a3854adae4b61ab31eca4d044561ab (diff)
downloadfsf-binutils-gdb-591d46894bf0b9d3202f45ae0f0c4777ebf77e71.zip
fsf-binutils-gdb-591d46894bf0b9d3202f45ae0f0c4777ebf77e71.tar.gz
fsf-binutils-gdb-591d46894bf0b9d3202f45ae0f0c4777ebf77e71.tar.bz2
* configure.in: Use .gdbinit under Cygwin.
* configure: Regenerate.
Diffstat (limited to 'gas/configure')
-rwxr-xr-xgas/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure b/gas/configure
index 8f6618d..a3cbf4c 100755
--- a/gas/configure
+++ b/gas/configure
@@ -2214,7 +2214,7 @@ fi
# .gdbinit.
GDBINIT=".gdbinit"
case "${host}" in
- *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
+ *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
GDBINIT="gdb.ini"
;;
esac