Reorganize solib.c.
[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#
aff38e61 11XDEPFILES=
c906108c
SS
12XM_CLIBS= -lPW -lsocket
13
14NAT_FILE= nm-i386sco5.h
15NATDEPFILES= infptrace.o inftarg.o fork-child.o corefile.o core-aout.o \
13437d4b 16 corelow.o i386v-nat.o solib.o solib-svr4.o
c906108c 17
This page took 0.068755 seconds and 4 git commands to generate.