125c17af91
* configure: Regenerate. From: Robert Lipe <robertl@dgii.com> Add support for SCO OpenServer 5 (a.k.a. 3.2v5*) This target is an SVR3.2 with COFF, ELF, and shared libes, but no /proc. * config/i386/i386sco5.mh: New file. * config/i386/nm-i386sco5.h: New file.
17 lines
495 B
Text
17 lines
495 B
Text
# Host: Intel 386 running SCO OpenServer 5
|
|
# Much like 3.2v4, except we don't have to avoid problems with const
|
|
|
|
XM_FILE= xm-i386sco.h
|
|
|
|
#
|
|
# Not all configurations of SCO OpenServer 5 come with the TCP/IP
|
|
# runtime, but all come with the development system, so we always
|
|
# have socket(), gethostbyname(), and friends.
|
|
#
|
|
XDEPFILES= ser-tcp.o
|
|
XM_CLIBS= -lPW -lsocket
|
|
|
|
NAT_FILE= nm-i386sco5.h
|
|
NATDEPFILES= infptrace.o inftarg.o fork-child.o corefile.o core-aout.o corelow.o \
|
|
i386v-nat.o solib.o
|
|
|