mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
Add serial tcp support for HPPA hosts and targets.
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# Host: Hewlett-Packard PA-RISC machine, running HPUX
|
# Host: Hewlett-Packard PA-RISC machine, running HPUX
|
||||||
TERMCAP = -lcurses
|
TERMCAP = -lcurses
|
||||||
XDEPFILES=
|
XDEPFILES= ser-tcp.o
|
||||||
XM_FILE= xm-hppah.h
|
XM_FILE= xm-hppah.h
|
||||||
NAT_FILE= nm-hppah.h
|
NAT_FILE= nm-hppah.h
|
||||||
NATDEPFILES= hppah-nat.o coredep.o corelow.o inftarg.o fork-child.o somread.o infptrace.o
|
NATDEPFILES= hppah-nat.o coredep.o corelow.o inftarg.o fork-child.o somread.o infptrace.o
|
||||||
|
4
gdb/config/pa/hppahpux.mt
Normal file
4
gdb/config/pa/hppahpux.mt
Normal 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
|
Reference in New Issue
Block a user