d2b57b9476
and sparc-linux-nat.c to ALLDEPFILES. Add dependencies. * config/sparc/linux.mh: Add sparc-linux-nat.o to NATDEPFILES. * sparc-linux-nat.c: New file, from Mark Kettenis.
15 lines
390 B
Text
15 lines
390 B
Text
# Host: Sparcstation, running GNU/Linux.
|
|
|
|
XM_FILE= xm-linux.h
|
|
XDEPFILES=
|
|
|
|
NAT_FILE= nm-linux.h
|
|
NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o sparc-nat.o \
|
|
proc-service.o thread-db.o lin-lwp.o sparc-linux-nat.o
|
|
|
|
# The dynamically loaded libthread_db needs access to symbols in the
|
|
# gdb executable.
|
|
LOADLIBES = -ldl -rdynamic
|
|
|
|
HOST_IPC=-DBSD_IPC
|
|
GDBSERVER_DEPFILES= low-sparc.o
|