From: Sean Eric Fagan Date: Mon, 10 Feb 1992 23:26:10 +0000 (+0000) Subject: Added support for hosting on an Apollo Series 400 box, and targeted towards X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87780a059afdf42e9535a9a54061a2dff03956fc;p=binutils-gdb.git Added support for hosting on an Apollo Series 400 box, and targeted towards an OS/68000 system. --- diff --git a/config/mh-apollo68 b/config/mh-apollo68 new file mode 100644 index 00000000000..0b46700f701 --- /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 00000000000..aa125affb21 --- /dev/null +++ b/config/mt-os68k @@ -0,0 +1,2 @@ +ALL= all.cross +INSTALL_TARGET= install.cross