2009-07-07 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / gdb / config / i386 / linux.mh
CommitLineData
1ca66634 1# Host: Intel 386 running GNU/Linux.
c906108c 2
c906108c 3NAT_FILE= nm-linux.h
cdd6623c 4NATDEPFILES= inf-ptrace.o fork-child.o \
de732108 5 i386-nat.o i386-linux-nat.o \
ed89d175 6 proc-service.o linux-thread-db.o gcore.o \
ac264b3b 7 linux-nat.o linux-fork.o
ed9a39eb 8
1ca66634
MK
9# The dynamically loaded libthread_db needs access to symbols in the
10# gdb executable.
ed9a39eb 11LOADLIBES = -ldl -rdynamic
This page took 0.686947 seconds and 4 git commands to generate.