New files for IA-64 port.
This commit is contained in:
parent
2b628194f8
commit
16461d7d89
9 changed files with 2436 additions and 0 deletions
15
gdb/config/ia64/linux.mh
Normal file
15
gdb/config/ia64/linux.mh
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Host: Intel IA-64 running GNU/Linux
|
||||
|
||||
XM_FILE= xm-linux.h
|
||||
XDEPFILES= ser-tcp.o
|
||||
|
||||
NAT_FILE= nm-linux.h
|
||||
NATDEPFILES= infptrace.o solib.o inftarg.o fork-child.o corelow.o \
|
||||
core-aout.o core-regset.o ia64-linux-nat.o
|
||||
|
||||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue