]> Git Repo - binutils.git/blame - gdb/config/alpha/alpha-linux.mh
* Makefile.in (ALLDEPFILES): Update.
[binutils.git] / gdb / config / alpha / alpha-linux.mh
CommitLineData
c906108c 1# Host: Little-endian Alpha running Linux
c906108c 2NAT_FILE= nm-linux.h
10d6c8cd 3NATDEPFILES= inf-ptrace.o corelow.o alpha-nat.o alpha-linux-nat.o \
ed89d175 4 fork-child.o proc-service.o linux-thread-db.o gcore.o \
3993f6b1 5 linux-nat.o
ed9a39eb 6
6b95110c
MK
7# The dynamically loaded libthread_db needs access to symbols in the
8# gdb executable.
9LOADLIBES = -ldl -rdynamic
10
38c52d5a
DJ
11# doublest.c currently assumes some properties of FP arithmetic
12# on the host which require this.
13MH_CFLAGS = -mieee
This page took 0.791827 seconds and 4 git commands to generate.