blob: 8e27f971e12fc21da2a8648fd916294afaf4c6dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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
|