make MSYMBOL_VALUE_ADDRESS an rvalue
[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 \
96d7229d
LM
7 linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o linux-ptrace.o \
8 linux-waitpid.o
f6528abd 9NAT_CDEPS = $(srcdir)/proc-service.list
a14bd2ea
MK
10
11# The dynamically loaded libthread_db needs access to symbols in the
12# gdb executable.
f6528abd 13LOADLIBES = -ldl $(RDYNAMIC)
This page took 0.854001 seconds and 4 git commands to generate.