gdb/
[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 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.029973 seconds and 4 git commands to generate.