9eb9e4b72913f31c7908b8480e4645cf3a5bd825
[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 NAT_CDEPS = $(srcdir)/proc-service.list
7
8 # The dynamically loaded libthread_db needs access to symbols in the
9 # gdb executable.
10 LOADLIBES = -ldl $(RDYNAMIC)
11
12 # doublest.c currently assumes some properties of FP arithmetic
13 # on the host which require this.
14 MH_CFLAGS = -mieee
This page took 0.031742 seconds and 3 git commands to generate.