Move common linux procfs code to common/
[deliverable/binutils-gdb.git] / gdb / config / alpha / alpha-linux.mh
index 9a7338887866385b633d08854248d0e7f6cba548..ddfb19bd71742626766f4a26ebf6fef9de20faad 100644 (file)
@@ -1,11 +1,14 @@
 # Host: Little-endian Alpha running Linux
-XDEPFILES= ser-tcp.o
-XM_FILE= xm-alphalinux.h
-NAT_FILE= nm-linux.h
-NATDEPFILES= infptrace.o inftarg.o corelow.o alpha-nat.o \
-       fork-child.o solib.o linux-thread.o lin-thread.o 
+NAT_FILE= config/nm-linux.h
+NATDEPFILES= inf-ptrace.o corelow.o alpha-linux-nat.o \
+       fork-child.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
+# The dynamically loaded libthread_db needs access to symbols in the
+# gdb executable.
+LOADLIBES = -ldl $(RDYNAMIC)
 
-MMALLOC = 
-MMALLOC_CFLAGS = -DNO_MMALLOC 
+# doublest.c currently assumes some properties of FP arithmetic
+# on the host which require this.
+MH_CFLAGS = -mieee
This page took 0.025071 seconds and 4 git commands to generate.