summaryrefslogtreecommitdiffstats
path: root/contrib/gdb/gdb/config/i386/nbsd.mh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gdb/gdb/config/i386/nbsd.mh')
-rw-r--r--contrib/gdb/gdb/config/i386/nbsd.mh11
1 files changed, 9 insertions, 2 deletions
diff --git a/contrib/gdb/gdb/config/i386/nbsd.mh b/contrib/gdb/gdb/config/i386/nbsd.mh
index c76b897..66f4561 100644
--- a/contrib/gdb/gdb/config/i386/nbsd.mh
+++ b/contrib/gdb/gdb/config/i386/nbsd.mh
@@ -1,5 +1,12 @@
# Host: Intel 386 running NetBSD
-XDEPFILES= ser-tcp.o
-NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o i386b-nat.o
+
+# NATDEPFILES must remain entirely on one line for *BSD. When
+# building a cross debugger, configure will cause this line to be
+# commented out in the Makefile. BSD make doesn't permit the use of a
+# continuation character (backslash) to extend a commented line. As a
+# consequence, BSD make considers subsequent tab-indented lines to be
+# "unassociated shell commands".
+NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o i387-nat.o i386bsd-nat.o i386nbsd-nat.o solib.o solib-sunos.o
+
XM_FILE= xm-nbsd.h
NAT_FILE= nm-nbsd.h
OpenPOWER on IntegriCloud