gdb/
[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 linux-nat.o \
4 proc-service.o linux-thread-db.o linux-fork.o
5 NAT_FILE= config/nm-linux.h
6 NAT_CDEPS = $(srcdir)/proc-service.list
7
8 # The dynamically loaded libthread_db needs access to symbols in the
9 # gdb executable.
10 LOADLIBES = -ldl $(RDYNAMIC)
This page took 0.029468 seconds and 4 git commands to generate.