summaryrefslogtreecommitdiff
path: root/gdb/configure.nat
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/configure.nat')
-rw-r--r--gdb/configure.nat4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure.nat b/gdb/configure.nat
index 3fc6f5cb4a2..83ffdb80486 100644
--- a/gdb/configure.nat
+++ b/gdb/configure.nat
@@ -137,7 +137,7 @@ case ${gdb_host} in
i386)
# Native config information for GDB on amd64
# systems running Cygwin.
- NATDEPFILES="${NATDEPFILES} amd64-windows-nat.o"
+ NATDEPFILES="${NATDEPFILES} i386-windows-nat.o amd64-windows-nat.o"
;;
esac
;;
@@ -325,7 +325,7 @@ case ${gdb_host} in
mingw64)
case ${gdb_host_cpu} in
i386)
- NATDEPFILES="${NATDEPFILES} amd64-windows-nat.o"
+ NATDEPFILES="${NATDEPFILES} i386-windows-nat.o amd64-windows-nat.o"
;;
esac
;;