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