blob: 1650d79dd083e17fe5906fcdd3ad13f482db4a17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Host: Little-endian Alpha running Linux
NAT_FILE= nm-linux.h
NATDEPFILES= infptrace.o inftarg.o corelow.o alpha-nat.o \
fork-child.o proc-service.o linux-thread-db.o gcore.o \
linux-nat.o
# 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
|