diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/ia64/linux.mh | 7 | ||||
-rw-r--r-- | gdb/config/ia64/linux.mt | 1 |
2 files changed, 0 insertions, 8 deletions
diff --git a/gdb/config/ia64/linux.mh b/gdb/config/ia64/linux.mh index 0405d81..65f3028 100644 --- a/gdb/config/ia64/linux.mh +++ b/gdb/config/ia64/linux.mh @@ -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 diff --git a/gdb/config/ia64/linux.mt b/gdb/config/ia64/linux.mt index c9a5c3c..188265d 100644 --- a/gdb/config/ia64/linux.mt +++ b/gdb/config/ia64/linux.mt @@ -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 |