Move code to disable ASR to nat/
[deliverable/binutils-gdb.git] / gdb / config / alpha / alpha-linux.mh
1 # Host: Little-endian Alpha running Linux
2 NAT_FILE= config/nm-linux.h
3 NATDEPFILES= inf-ptrace.o alpha-linux-nat.o \
4 fork-child.o proc-service.o linux-thread-db.o \
5 linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o linux-ptrace.o \
6 linux-waitpid.o linux-personality.o
7 NAT_CDEPS = $(srcdir)/proc-service.list
8
9 # The dynamically loaded libthread_db needs access to symbols in the
10 # gdb executable.
11 LOADLIBES = -ldl $(RDYNAMIC)
12
13 # doublest.c currently assumes some properties of FP arithmetic
14 # on the host which require this.
15 MH_CFLAGS = -mieee
This page took 0.029281 seconds and 4 git commands to generate.