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

config/mh-apollo68 [new file with mode: 0644]
config/mt-os68k [new file with mode: 0644]

diff --git a/config/mh-apollo68 b/config/mh-apollo68
new file mode 100644 (file)
index 0000000..0b46700
--- /dev/null
@@ -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 (file)
index 0000000..aa125af
--- /dev/null
@@ -0,0 +1,2 @@
+ALL= all.cross
+INSTALL_TARGET= install.cross
This page took 0.024767 seconds and 4 git commands to generate.