Normalize names of some source files
[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 \
03b62bbb 5 m68k-linux-nat.o \
d26e3629 6 proc-service.o linux-thread-db.o \
96d7229d 7 linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o linux-ptrace.o \
8cc73a39 8 linux-personality.o \
4b8b5e72 9 linux-waitpid.o linux-namespaces.o
f6528abd 10NAT_CDEPS = $(srcdir)/proc-service.list
a14bd2ea
MK
11
12# The dynamically loaded libthread_db needs access to symbols in the
13# gdb executable.
f6528abd 14LOADLIBES = -ldl $(RDYNAMIC)
This page took 1.066957 seconds and 4 git commands to generate.