Update NEWS to mention Python breakpoint events
[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 \
96d7229d 5 linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o linux-ptrace.o \
4b8b5e72 6 linux-waitpid.o linux-personality.o linux-namespaces.o
f6528abd 7NAT_CDEPS = $(srcdir)/proc-service.list
ed9a39eb 8
6b95110c
MK
9# The dynamically loaded libthread_db needs access to symbols in the
10# gdb executable.
f6528abd 11LOADLIBES = -ldl $(RDYNAMIC)
6b95110c 12
38c52d5a
DJ
13# doublest.c currently assumes some properties of FP arithmetic
14# on the host which require this.
15MH_CFLAGS = -mieee
This page took 0.992585 seconds and 4 git commands to generate.