Move common linux procfs code to common/
[deliverable/binutils-gdb.git] / gdb / config / i386 / linux64.mh
1 # Host: GNU/Linux x86-64
2 NATDEPFILES= inf-ptrace.o fork-child.o \
3 i386-nat.o amd64-nat.o amd64-linux-nat.o \
4 linux-nat.o linux-osdata.o \
5 proc-service.o linux-thread-db.o linux-fork.o \
6 linux-procfs.o
7 NAT_FILE= config/nm-linux.h
8 NAT_CDEPS = $(srcdir)/proc-service.list
9
10 # The dynamically loaded libthread_db needs access to symbols in the
11 # gdb executable.
12 LOADLIBES = -ldl $(RDYNAMIC)
This page took 0.02936 seconds and 4 git commands to generate.