Added support for hosting on an Apollo Series 400 (under System V emulation),

and targeted towards an OS/68000 system.
This commit is contained in:
Sean Eric Fagan 1992-02-10 23:31:40 +00:00
parent 36a2f895f8
commit 93deef92f4
2 changed files with 11 additions and 0 deletions

8
gdb/config/apollo68v.mh Normal file
View File

@ -0,0 +1,8 @@
RANLIB=echo >/dev/null
XM_FILE= xm-apollo68v.h
XM_CLIBS= -lPW
SYSV_DEFINE=-DSYSV
REGEX=regex.o
REGEX1=regex.o
CC= cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_SYS_FILE
XDEPFILES= infptrace.o a68v-xdep.o

3
gdb/config/os68k.mt Normal file
View File

@ -0,0 +1,3 @@
# Target: VxWorks running on a 68000
TDEPFILES= exec.o m68k-pinsn.o m68k-tdep.o
TM_FILE= tm-os68k.h