summaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-03-05 13:37:06 +0000
committerCorinna Vinschen <corinna@vinschen.de>2013-03-05 13:37:06 +0000
commitc2a65e648556cfce850e3c19289a4587ae1a6ccf (patch)
tree4311330ea4e9a7a6d29918b1119fd60d68f5d26c /gdb/configure.host
parent51f7bc66b09e61db6bd3c91b4f0c9ef58b21bc7b (diff)
downloadgdb-c2a65e648556cfce850e3c19289a4587ae1a6ccf.tar.gz
* configure.host: Add x86_64-*-cygwin* as host.
* configure.tgt: Add x86_64-*-cygwin* as target. * config/i386/cygwin64.mh: New file. * gdbserver/configure.srv: Add x86_64-*-cygwin* as target.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r--gdb/configure.host1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index 395ee531188..85f4491b8f2 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -182,6 +182,7 @@ x86_64-*-openbsd*) gdb_host=obsd64 ;;
x86_64-*-mingw*) gdb_host=mingw64
gdb_host_obs=mingw-hdep.o
;;
+x86_64-*-cygwin*) gdb_host=cygwin64 ;;
m32r*-*-linux*) gdb_host=linux ;;
xtensa*-*-linux*) gdb_host=linux ;;