Add Encore Multimax.
authorChris Hanson <org/chris-hanson/cph>
Wed, 2 Aug 1989 17:03:38 +0000 (17:03 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 2 Aug 1989 17:03:38 +0000 (17:03 +0000)
v7/src/microcode/unxutl/config

index 73596b86c2689d502a9b7bd05ef7172ff468c3e0..783056672ca19b063fafbb2dcdb7f6f01fbe1b3f 100755 (executable)
@@ -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