gdb/
[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 \
ac264b3b 6 proc-service.o linux-thread-db.o linux-nat.o linux-fork.o
f6528abd 7NAT_CDEPS = $(srcdir)/proc-service.list
a14bd2ea
MK
8
9# The dynamically loaded libthread_db needs access to symbols in the
10# gdb executable.
f6528abd 11LOADLIBES = -ldl $(RDYNAMIC)
This page took 0.632904 seconds and 4 git commands to generate.