diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-01-11 13:15:56 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-01-11 13:15:56 +0000 |
commit | d076129955bd55521f3793076b7ae77e17e1dea4 (patch) | |
tree | 28317e2fc148169d9239bc1717d8896309d5865b /gdb/configure.host | |
parent | * win32-tdep.h, win32-tdep.c: New files. (diff) | |
download | binutils-gdb-d076129955bd55521f3793076b7ae77e17e1dea4.tar.gz binutils-gdb-d076129955bd55521f3793076b7ae77e17e1dea4.tar.bz2 binutils-gdb-d076129955bd55521f3793076b7ae77e17e1dea4.zip |
* amd64-windows-nat.c, amd64-windows-tdep.c: New files.
* config/i386/mingw64.mh, config/i386/nm-cygwin64.h: New files.
* configure.host, configure.tgt: Add handling for x86_64/windows.
* config/djgpp/fnchange.lst: Add entries for amd64-windows-nat.c
and amd64-windows-tdep.c.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index b9ed7ae14f6..1d6218f4422 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -171,7 +171,9 @@ x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu) gdb_host=nbsd64 ;; x86_64-*-openbsd*) gdb_host=obsd64 ;; - +x86_64-*-mingw*) gdb_host=mingw64 + gdb_host_obs=mingw-hdep.o + ;; m32r*-*-linux*) gdb_host=linux ;; xtensa*-*-linux*) gdb_host=linux ;; |