gdb/
[deliverable/binutils-gdb.git] / gdb / config / ia64 / linux.mh
index 8e27f971e12fc21da2a8648fd916294afaf4c6dd..c72929c6f368c33a753e1fffc967a9e3ecc0f704 100644 (file)
@@ -1,17 +1,11 @@
 # Host: Intel IA-64 running GNU/Linux
 
-XM_FILE= xm-linux.h
-XDEPFILES=
-
-NAT_FILE= nm-linux.h
-NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o \
-       core-aout.o core-regset.o ia64-linux-nat.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
+NAT_FILE= config/nm-linux.h
+NATDEPFILES= inf-ptrace.o fork-child.o \
+       core-regset.o ia64-linux-nat.o \
+       proc-service.o linux-thread-db.o \
+       linux-nat.o linux-osdata.o linux-fork.o \
+       linux-procfs.o
+NAT_CDEPS = $(srcdir)/proc-service.list
+
+LOADLIBES = -ldl $(RDYNAMIC)
This page took 0.023795 seconds and 4 git commands to generate.