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