]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/config/i386/linux.mh
bfd/
[thirdparty/binutils-gdb.git] / gdb / config / i386 / linux.mh
1 # Host: Intel 386 running GNU/Linux.
2
3 NAT_FILE= 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-fork.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)