af0c9b8347db8d4c0f6de883ec1b9ed0766b1d60
[deliverable/binutils-gdb.git] / gdb / config / ia64 / linux.mh
1 # Host: Intel IA-64 running GNU/Linux
2
3 XM_FILE= xm-linux.h
4 XDEPFILES=
5
6 NAT_FILE= nm-linux.h
7 NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o \
8 core-aout.o ia64-linux-nat.o proc-service.o thread-db.o lin-lwp.o
9
10 LOADLIBES = -ldl -rdynamic
11
12 # Don't use gnu-regex.c; it interferes with some stuff in libc.
13 REGEX=
14
15 # NAT_CLIBS is a hack to be sure; I expect we'll be able to remove this
16 # line in the near future
17 NAT_CLIBS= -lc -lnss_dns -lnss_files -lresolv -lc
This page took 0.043871 seconds and 3 git commands to generate.