aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-03-05 13:37:11 +0000
committerCorinna Vinschen <corinna@vinschen.de>2013-03-05 13:37:11 +0000
commitb5b0b0afd0365cd5cffaae402ba7582d0442902e (patch)
tree73820f73e47220415c399c8f7e1a657ec501520f /gdb/configure.host
parenta07ee50e95c6176ea58919254e4001a15dd7622b (diff)
downloadgdb-b5b0b0afd0365cd5cffaae402ba7582d0442902e.zip
gdb-b5b0b0afd0365cd5cffaae402ba7582d0442902e.tar.gz
gdb-b5b0b0afd0365cd5cffaae402ba7582d0442902e.tar.bz2
* 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 395ee53..85f4491 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 ;;