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 \
06b9f45f 5 m68klinux-nat.o \
d26e3629 6 proc-service.o linux-thread-db.o \
5f572dec 7 linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o linux-ptrace.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 0.73351 seconds and 4 git commands to generate.