mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
* config/sparc/sun4sol2.mh (XM_CLIBS): add -lsocket which is
required target ports which use sockets (like a29k-udi).
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
Fri Apr 30 16:50:38 1993 K. Richard Pixley (rich@rtl.cygnus.com)
|
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,
|
* remove-udi.c (udi_wait): ifdef around SIGLOST usage. Eg,
|
||||||
Solaris doesn't have SIGLOST so use SIGURG as a backup.
|
Solaris doesn't have SIGLOST so use SIGURG as a backup.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Host: Sun 4 or Sparcstation, running Solaris 2
|
# Host: Sun 4 or Sparcstation, running Solaris 2
|
||||||
XDEPFILES=
|
XDEPFILES=
|
||||||
XM_FILE= xm-sun4sol2.h
|
XM_FILE= xm-sun4sol2.h
|
||||||
XM_CLIBS= -lnsl
|
XM_CLIBS= -lsocket -lnsl
|
||||||
NAT_FILE= nm-sysv4.h
|
NAT_FILE= nm-sysv4.h
|
||||||
NATDEPFILES= corelow.o core-svr4.o exec.o solib.o procfs.o fork-child.o
|
NATDEPFILES= corelow.o core-svr4.o exec.o solib.o procfs.o fork-child.o
|
||||||
SYSV_DEFINE=-DSYSV
|
SYSV_DEFINE=-DSYSV
|
||||||
|
Reference in New Issue
Block a user