Remove XDEPFILES from GDB.
[deliverable/binutils-gdb.git] / gdb / config / i386 / i386v42mp.mh
CommitLineData
c906108c
SS
1# Host: Intel 386 running SVR4
2
3XM_FILE= xm-i386v4.h
c906108c
SS
4# for network communication
5XM_CLIBS= -lsocket -lnsl
6
7# we don't want nm-i386v4.h since that defines LOSING_POLL which isn't
8# appropriate for i386v42mp
9NAT_FILE= nm-i386v42mp.h
087bb2e2
KB
10
11# NATDEPFILES must remain entirely on one line. When building a cross
12# debugger, configure will cause this line to be commented out in the
13# Makefile. Many non-GNU versions of make don't permit the use of a
14# continuation character (backslash) to extend a commented line. As a
15# consequence, make considers subsequent tab-indented lines to be
16# some sort of error.
17NATDEPFILES= corelow.o core-regset.o fork-child.o i386v4-nat.o solib.o solib-svr4.o solib-legacy.o procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o uw-thread.o
c3f6f71d 18
This page took 0.128024 seconds and 4 git commands to generate.