From da105e85182a66fd26f2397a74ad35773ff7d533 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 2 Aug 1989 17:03:38 +0000 Subject: [PATCH] Add Encore Multimax. --- v7/src/microcode/unxutl/config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/unxutl/config b/v7/src/microcode/unxutl/config index 73596b86c..783056672 100755 --- a/v7/src/microcode/unxutl/config +++ b/v7/src/microcode/unxutl/config @@ -1,6 +1,6 @@ #!/bin/sh # Configuration script for MIT Scheme -# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/config,v 1.3 1989/07/26 04:17:38 cph Rel $ +# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/config,v 1.4 1989/08/02 17:03:38 cph Exp $ # Modelled on the configuration script for GNU CC # Copyright (C) 1988 Free Software Foundation, Inc. @@ -88,6 +88,11 @@ case $# in cmp_file=sun-nfp/cmp68020.s cmp_link=cmp68020.s ;; + umax) # Encore Multimax + system_file=umax + machine_file=umax + mfour_file=bsd + ;; *) echo "$progname: unknown machine name: $machine" exit 1 -- 2.25.1