import gdb-1999-10-18 snapshot
[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#
11XDEPFILES= ser-tcp.o
12XM_CLIBS= -lPW -lsocket
13
14NAT_FILE= nm-i386sco5.h
15NATDEPFILES= infptrace.o inftarg.o fork-child.o corefile.o core-aout.o \
16 corelow.o i386v-nat.o solib.o
17
This page took 0.049652 seconds and 4 git commands to generate.