* config/sparc/sun4sol2.mh (XM_CLIBS): add -lsocket which is

required target ports which use sockets (like a29k-udi).
This commit is contained in:
K. Richard Pixley 1993-05-01 00:15:19 +00:00
parent 5385e525fe
commit 13b464b2cf
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
Fri Apr 30 16:50:38 1993 K. Richard Pixley (rich@rtl.cygnus.com)
* config/sparc/sun4sol2.mh (XM_CLIBS): add -lsocket which is
required target ports which use sockets (like a29k-udi).
* remove-udi.c (udi_wait): ifdef around SIGLOST usage. Eg,
Solaris doesn't have SIGLOST so use SIGURG as a backup.

View file

@ -1,7 +1,7 @@
# Host: Sun 4 or Sparcstation, running Solaris 2
XDEPFILES=
XM_FILE= xm-sun4sol2.h
XM_CLIBS= -lnsl
XM_CLIBS= -lsocket -lnsl
NAT_FILE= nm-sysv4.h
NATDEPFILES= corelow.o core-svr4.o exec.o solib.o procfs.o fork-child.o
SYSV_DEFINE=-DSYSV