2011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / config / m68k / linux.mh
CommitLineData
a14bd2ea 1# Host: Motorola m68k running GNU/Linux.
c906108c 2
910122bf 3NAT_FILE= config/nm-linux.h
10d6c8cd 4NATDEPFILES= inf-ptrace.o fork-child.o \
9b4eba8e 5 corelow.o m68klinux-nat.o \
d26e3629
KY
6 proc-service.o linux-thread-db.o \
7 linux-nat.o linux-osdata.o linux-fork.o
f6528abd 8NAT_CDEPS = $(srcdir)/proc-service.list
a14bd2ea
MK
9
10# The dynamically loaded libthread_db needs access to symbols in the
11# gdb executable.
f6528abd 12LOADLIBES = -ldl $(RDYNAMIC)
This page took 1.007875 seconds and 4 git commands to generate.