mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
16 lines
404 B
Plaintext
16 lines
404 B
Plaintext
# Host: Sparcstation, running GNU/Linux.
|
|
|
|
XM_FILE= xm-linux.h
|
|
|
|
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 \
|
|
linux-proc.o gcore.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
|