diff options
Diffstat (limited to 'gdb/config/i386/nbsd.mh')
-rw-r--r-- | gdb/config/i386/nbsd.mh | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gdb/config/i386/nbsd.mh b/gdb/config/i386/nbsd.mh index 27ca3ba..6ac1bd5 100644 --- a/gdb/config/i386/nbsd.mh +++ b/gdb/config/i386/nbsd.mh @@ -1,12 +1,6 @@ # Host: Intel 386 running NetBSD - -# 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 i386bsd-nat.o solib.o solib-sunos.o +NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o i386bsd-nat.o \ + solib.o solib-sunos.o XM_FILE= xm-nbsd.h NAT_FILE= nm-nbsd.h |