diff options
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 b9ed7ae..1d6218f 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 ;; |