Support both the generic remote protocol and the one for HP-PRO targets.
This commit is contained in:
parent
7765123d8a
commit
fe4f3d0bec
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# TARGET: HP PA-RISC running bsd
|
||||
TDEPFILES= hppa-pinsn.o hppa-tdep.o
|
||||
TM_FILE= tm-hppab.h
|
||||
REMOTE_O=dcache.o remote-pa.o remote-utils.o
|
||||
REMOTE_O=dcache.o remote.o remote-pa.o remote-utils.o
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# TARGET: HP PA-RISC running OSF1
|
||||
TDEPFILES= hppa-pinsn.o hppa-tdep.o
|
||||
TM_FILE= tm-hppao.h
|
||||
REMOTE_O=dcache.o remote-pa.o remote-utils.o
|
||||
REMOTE_O=dcache.o remote.o remote-pa.o remote-utils.o
|
||||
|
|
Loading…
Add table
Reference in a new issue