From 87780a059afdf42e9535a9a54061a2dff03956fc Mon Sep 17 00:00:00 2001 From: Sean Eric Fagan Date: Mon, 10 Feb 1992 23:26:10 +0000 Subject: [PATCH] Added support for hosting on an Apollo Series 400 box, and targeted towards an OS/68000 system. --- config/mh-apollo68 | 3 +++ config/mt-os68k | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 config/mh-apollo68 create mode 100644 config/mt-os68k diff --git a/config/mh-apollo68 b/config/mh-apollo68 new file mode 100644 index 0000000000..0b46700f70 --- /dev/null +++ b/config/mh-apollo68 @@ -0,0 +1,3 @@ +HDEFINES = -DUSG +RANLIB=echo >/dev/null +CC= cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG diff --git a/config/mt-os68k b/config/mt-os68k new file mode 100644 index 0000000000..aa125affb2 --- /dev/null +++ b/config/mt-os68k @@ -0,0 +1,2 @@ +ALL= all.cross +INSTALL_TARGET= install.cross