diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/nbsd64.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/nbsd64.mh b/gdb/config/i386/nbsd64.mh index aec2905..5de8cf5 100644 --- a/gdb/config/i386/nbsd64.mh +++ b/gdb/config/i386/nbsd64.mh @@ -1,3 +1,3 @@ # Host: NetBSD/amd64 NATDEPFILES= fork-child.o inf-ptrace.o \ - amd64-nat.o amd64bsd-nat.o amd64nbsd-nat.o + nbsd-nat.o amd64-nat.o amd64bsd-nat.o amd64nbsd-nat.o |