* config/sparc/sun4sol2.mh (XM_CLIBS): Define to be -lnsl.
authorIan Lance Taylor <ian@airs.com>
Wed, 28 Apr 1993 16:29:35 +0000 (16:29 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 28 Apr 1993 16:29:35 +0000 (16:29 +0000)
gdb/ChangeLog
gdb/config/sparc/sun4sol2.mh

index 2b649fe1b1792f480e568c7fae16f4db755b0f2e..1c4f821af9f980c46f63f64501ead59b685a2891 100644 (file)
@@ -1,3 +1,7 @@
+Wed Apr 28 09:20:55 1993  Ian Lance Taylor  (ian@rtl.cygnus.com)
+
+       * config/sparc/sun4sol2.mh (XM_CLIBS): Define to be -lnsl.
+
 Wed Apr 28 06:11:38 1993  Jim Kingdon  (kingdon@cygnus.com)
 
        * Remote targets (mourn): Call unpush_target.
index 46ccfcfd2dc61e58430286738b7b50e4382e2d8e..7e2cb7d35a30ac6b5012dcaae7abe1b06a162808 100644 (file)
@@ -1,6 +1,7 @@
 # Host: Sun 4 or Sparcstation, running Solaris 2
 XDEPFILES= 
 XM_FILE= xm-sun4sol2.h
+XM_CLIBS= -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.029514 seconds and 4 git commands to generate.