From 13b464b2cf346b2c8b249b1c47bf34e23ad10d55 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Sat, 1 May 1993 00:15:19 +0000 Subject: * config/sparc/sun4sol2.mh (XM_CLIBS): add -lsocket which is required target ports which use sockets (like a29k-udi). --- gdb/config/sparc/sun4sol2.mh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/config/sparc') diff --git a/gdb/config/sparc/sun4sol2.mh b/gdb/config/sparc/sun4sol2.mh index 7e2cb7d..fdb8ada 100644 --- a/gdb/config/sparc/sun4sol2.mh +++ b/gdb/config/sparc/sun4sol2.mh @@ -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 -- cgit v1.1