* config/sparc/sun4sol2.mh (XM_CLIBS): add -lsocket which is
authorK. Richard Pixley <rich@cygnus>
Sat, 1 May 1993 00:15:19 +0000 (00:15 +0000)
committerK. Richard Pixley <rich@cygnus>
Sat, 1 May 1993 00:15:19 +0000 (00:15 +0000)
  required target ports which use sockets (like a29k-udi).

gdb/ChangeLog
gdb/config/sparc/sun4sol2.mh

index 1fec572c41c29b5f8ba54b89392a325632e70e2c..9957182b516afdec8fb6187ecde3ca54cadee097 100644 (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.
 
index 7e2cb7d35a30ac6b5012dcaae7abe1b06a162808..fdb8ada25417623a77936358083e83f4716c8917 100644 (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
This page took 0.032273 seconds and 4 git commands to generate.