Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / gdb / gdb / config / i386 / i386sco5.mh
1 # Host: Intel 386 running SCO OpenServer 5
2 # Much like 3.2v4, except we don't have to avoid problems with const
3
4 XM_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 #
11 XDEPFILES= ser-tcp.o
12 XM_CLIBS= -lPW -lsocket
13
14 NAT_FILE= nm-i386sco5.h
15 NATDEPFILES= infptrace.o inftarg.o fork-child.o corefile.o core-aout.o \
16         corelow.o i386v-nat.o solib.o
17