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