* config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 4 Feb 2002 19:11:17 +0000 (19:11 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 4 Feb 2002 19:11:17 +0000 (19:11 +0000)
* config/ia64/linux.mt: Don't set GDBSERVER_LIBS.

gdb/ChangeLog
gdb/config/ia64/linux.mh
gdb/config/ia64/linux.mt

index dce8cbc1cc7332f08ca6ffeef9a32e0e547e4d7e..fc78e5448134fb8275a6efacef62497c5e7ff1c6 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-04  Andreas Schwab  <schwab@suse.de>
+
+       * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
+       * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
+
 2002-02-04  Richard Earnshaw  <rearnsha@arm.com>
 
        * gdbarch.sh (copyright): Update years in generated header.
index 0405d81ce2ba19f1d994cf7489b92fa230838158..65f30284e1cfa4be3df47b18d0375be20f612451 100644 (file)
@@ -8,10 +8,3 @@ NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o gcore.o \
        proc-service.o thread-db.o lin-lwp.o
 
 LOADLIBES = -ldl -rdynamic
-
-# Don't use gnu-regex.c; it interferes with some stuff in libc.
-REGEX=
-
-# NAT_CLIBS is a hack to be sure; I expect we'll be able to remove this
-# line in the near future
-NAT_CLIBS= -lc -lnss_dns -lnss_files -lresolv -lc
index c9a5c3cd173a6a9a436ec9a1c390fc9b62d7b885..188265dfeba83a5f8be5860be709497d92195edb 100644 (file)
@@ -4,4 +4,3 @@ TDEPFILES= ia64-tdep.o ia64-aix-tdep.o ia64-linux-tdep.o \
 TM_FILE= tm-linux.h
 
 GDBSERVER_DEPFILES= low-linux.o
-GDBSERVER_LIBS= -lc -lnss_dns -lnss_files -lresolv -lc
This page took 0.027612 seconds and 4 git commands to generate.