diff options
Diffstat (limited to 'gdb/config/alpha/alpha-linux.mh')
-rw-r--r-- | gdb/config/alpha/alpha-linux.mh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gdb/config/alpha/alpha-linux.mh b/gdb/config/alpha/alpha-linux.mh deleted file mode 100644 index 4991dd28066..00000000000 --- a/gdb/config/alpha/alpha-linux.mh +++ /dev/null @@ -1,15 +0,0 @@ -# Host: Little-endian Alpha running Linux -NAT_FILE= config/nm-linux.h -NATDEPFILES= inf-ptrace.o alpha-linux-nat.o \ - fork-child.o proc-service.o linux-thread-db.o \ - linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o linux-ptrace.o \ - linux-waitpid.o linux-personality.o linux-namespaces.o -NAT_CDEPS = $(srcdir)/proc-service.list - -# The dynamically loaded libthread_db needs access to symbols in the -# gdb executable. -LOADLIBES = -ldl $(RDYNAMIC) - -# doublest.c currently assumes some properties of FP arithmetic -# on the host which require this. -MH_CFLAGS = -mieee |