From 0dc9de63247ae7676c61afa593485601ddc72a8c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 26 Jul 1989 04:17:38 +0000 Subject: [PATCH] Add "mips-ultrix" configuration type. --- v7/src/microcode/unxutl/config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/unxutl/config b/v7/src/microcode/unxutl/config index 4b7240724..73596b86c 100755 --- a/v7/src/microcode/unxutl/config +++ b/v7/src/microcode/unxutl/config @@ -1,5 +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 $ # Modelled on the configuration script for GNU CC # Copyright (C) 1988 Free Software Foundation, Inc. @@ -58,6 +59,11 @@ case $# in machine_file=vax mfour_file=bsd ;; + mips-ultrix) + system_file=ultrix + machine_file=mips + mfour_file=bsd + ;; hp9k300) system_file=hpux machine_file=hp9k300 @@ -75,7 +81,7 @@ case $# in cmp_file=sun/cmp68020.s cmp_link=cmp68020.s ;; - sun3-nfp) + sun3-nfp) # Sun3, No Floating Point system_file=bsd4-2 machine_file=sun3 mfour_file=bsd -- 2.25.1