Add serial tcp support for HPPA hosts and targets.

This commit is contained in:
Rob Savoye 1994-08-17 19:41:22 +00:00
parent d83689d4de
commit 52283cf39a
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Host: Hewlett-Packard PA-RISC machine, running HPUX
TERMCAP = -lcurses
XDEPFILES=
XDEPFILES= ser-tcp.o
XM_FILE= xm-hppah.h
NAT_FILE= nm-hppah.h
NATDEPFILES= hppah-nat.o coredep.o corelow.o inftarg.o fork-child.o somread.o infptrace.o

View File

@ -0,0 +1,4 @@
# TARGET: HP PA-RISC running hpux
TDEPFILES= hppa-pinsn.o hppa-tdep.o exec.o
XDEPFILES= ser-tcp.o
TM_FILE= tm-hppah.h