diff options
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index f2b8ffb..f5a4357 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -522,6 +522,12 @@ x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) i387-tdep.o i386bsd-tdep.o i386fbsd-tdep.o \ bsd-uthread.o corelow.o solib.o solib-svr4.o" ;; +x86_64-*-mingw*) + # Target: MingW/amd64 + gdb_target_obs="amd64-tdep.o amd64-windows-tdep.o \ + i386-tdep.o i386-cygwin-tdep.o i387-tdep.o \ + solib-target.o win32-tdep.o" + ;; x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu) # Target: NetBSD/amd64 gdb_target_obs="amd64-tdep.o amd64nbsd-tdep.o i386-tdep.o i387-tdep.o \ |