Remove XDEPFILES from GDB.
[deliverable/binutils-gdb.git] / gdb / config / i386 / i386sco5.mh
CommitLineData
c906108c
SS
1# Host: Intel 386 running SCO OpenServer 5
2# Much like 3.2v4, except we don't have to avoid problems with const
3
4XM_FILE= xm-i386sco.h
5
6#
7# Not all configurations of SCO OpenServer 5 come with the TCP/IP
8# runtime, but all come with the development system, so we always
9# have socket(), gethostbyname(), and friends.
10#
c906108c
SS
11XM_CLIBS= -lPW -lsocket
12
13NAT_FILE= nm-i386sco5.h
14NATDEPFILES= infptrace.o inftarg.o fork-child.o corefile.o core-aout.o \
21479ded 15 corelow.o i386v-nat.o solib.o solib-svr4.o solib-legacy.o
c906108c 16
This page took 0.13246 seconds and 4 git commands to generate.