From fa48972a7d4322af46d3f36fd328d21fcddda79d Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Wed, 9 Jun 1993 19:58:38 +0000 Subject: [PATCH] removed -lresolv --- gdb/ChangeLog | 5 +++++ gdb/config/sparc/sun4os4.mh | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9d75abf2a6..f62e154104 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 9 12:56:58 1993 K. Richard Pixley (rich@cygnus.com) + + * config/sparc/sun4os4.mh (XM_CLIBS): remove -lresolv. This + breaks stock sunos installations. + Wed Jun 9 06:14:33 1993 Jim Kingdon (kingdon@cygnus.com) * m68k-stub.c: Add comment about frame cache. diff --git a/gdb/config/sparc/sun4os4.mh b/gdb/config/sparc/sun4os4.mh index f7c6a7e892..683544e01a 100644 --- a/gdb/config/sparc/sun4os4.mh +++ b/gdb/config/sparc/sun4os4.mh @@ -1,7 +1,6 @@ # Host: Sun 4 or Sparcstation, running SunOS 4 XDEPFILES= ser-tcp.o XM_FILE= xm-sun4os4.h -XM_CLIBS= -lresolv NAT_FILE= nm-sun4os4.h NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o sparc-nat.o HOST_IPC=-DBSD_IPC -- 2.34.1