From f6715b07ae9d67f2392bb6cd666b2ac5951bd90b Mon Sep 17 00:00:00 2001 From: David Henkel-Wallace Date: Thu, 23 Jul 1992 18:47:33 +0000 Subject: [PATCH] support OSE. --- config/.Sanitize | 2 ++ config/mt-OSE68000 | 2 ++ config/mt-OSE68k | 2 ++ 3 files changed, 6 insertions(+) create mode 100755 config/mt-OSE68000 create mode 100755 config/mt-OSE68k diff --git a/config/.Sanitize b/config/.Sanitize index 7cc859a989..0fe3ecc0b6 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -37,6 +37,8 @@ mh-sco mh-solaris mh-sysv mh-sysv4 +mt-OSE68000 +mt-OSE68k mt-a29k mt-ebmon29k mt-os68k diff --git a/config/mt-OSE68000 b/config/mt-OSE68000 new file mode 100755 index 0000000000..aa125affb2 --- /dev/null +++ b/config/mt-OSE68000 @@ -0,0 +1,2 @@ +ALL= all.cross +INSTALL_TARGET= install.cross diff --git a/config/mt-OSE68k b/config/mt-OSE68k new file mode 100755 index 0000000000..aa125affb2 --- /dev/null +++ b/config/mt-OSE68k @@ -0,0 +1,2 @@ +ALL= all.cross +INSTALL_TARGET= install.cross