16 lines
530 B
Plaintext
16 lines
530 B
Plaintext
# Host: Little-endian Alpha running Linux
|
|
NAT_FILE= config/nm-linux.h
|
|
NATDEPFILES= inf-ptrace.o alpha-linux-nat.o \
|
|
fork-child.o proc-service.o linux-thread-db.o \
|
|
linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o linux-ptrace.o \
|
|
linux-waitpid.o
|
|
NAT_CDEPS = $(srcdir)/proc-service.list
|
|
|
|
# The dynamically loaded libthread_db needs access to symbols in the
|
|
# gdb executable.
|
|
LOADLIBES = -ldl $(RDYNAMIC)
|
|
|
|
# doublest.c currently assumes some properties of FP arithmetic
|
|
# on the host which require this.
|
|
MH_CFLAGS = -mieee
|