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