Added support for hosting on an Apollo Series 400 (under System V emulation),
authorSean Eric Fagan <sef@cygnus>
Mon, 10 Feb 1992 23:31:40 +0000 (23:31 +0000)
committerSean Eric Fagan <sef@cygnus>
Mon, 10 Feb 1992 23:31:40 +0000 (23:31 +0000)
and targeted towards an OS/68000 system.

gdb/config/apollo68v.mh [new file with mode: 0644]
gdb/config/os68k.mt [new file with mode: 0644]

diff --git a/gdb/config/apollo68v.mh b/gdb/config/apollo68v.mh
new file mode 100644 (file)
index 0000000..2767b5f
--- /dev/null
@@ -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
diff --git a/gdb/config/os68k.mt b/gdb/config/os68k.mt
new file mode 100644 (file)
index 0000000..a921691
--- /dev/null
@@ -0,0 +1,3 @@
+# Target: VxWorks running on a 68000
+TDEPFILES= exec.o m68k-pinsn.o m68k-tdep.o
+TM_FILE= tm-os68k.h