1# Host: Little-endian Alpha running Linux
2NAT_FILE= nm-linux.h
3NATDEPFILES= infptrace.o inftarg.o corelow.o alpha-nat.o \
4	fork-child.o proc-service.o thread-db.o gcore.o \
5	linux-nat.o
6
7# The dynamically loaded libthread_db needs access to symbols in the
8# gdb executable.
9LOADLIBES = -ldl -rdynamic
10
11# doublest.c currently assumes some properties of FP arithmetic
12# on the host which require this.
13MH_CFLAGS = -mieee
14