diff options
Diffstat (limited to 'gdb/config/ia64/linux.mh')
-rw-r--r-- | gdb/config/ia64/linux.mh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gdb/config/ia64/linux.mh b/gdb/config/ia64/linux.mh deleted file mode 100644 index 8e27f971e12..00000000000 --- a/gdb/config/ia64/linux.mh +++ /dev/null @@ -1,17 +0,0 @@ -# Host: Intel IA-64 running GNU/Linux - -XM_FILE= xm-linux.h -XDEPFILES= - -NAT_FILE= nm-linux.h -NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o \ - core-aout.o core-regset.o ia64-linux-nat.o thread-db.o lin-lwp.o - -LOADLIBES = -ldl -rdynamic - -# Don't use gnu-regex.c; it interferes with some stuff in libc. -REGEX= - -# NAT_CLIBS is a hack to be sure; I expect we'll be able to remove this -# line in the near future -NAT_CLIBS= -lc -lnss_dns -lnss_files -lresolv -lc |