]>
Commit | Line | Data |
---|---|---|
c906108c | 1 | # Host: Little-endian Alpha running Linux |
c906108c | 2 | NAT_FILE= nm-linux.h |
10d6c8cd | 3 | NATDEPFILES= 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. | |
9 | LOADLIBES = -ldl -rdynamic | |
10 | ||
38c52d5a DJ |
11 | # doublest.c currently assumes some properties of FP arithmetic |
12 | # on the host which require this. | |
13 | MH_CFLAGS = -mieee |