From: Chris Hanson Date: Wed, 26 Jul 1989 04:17:38 +0000 (+0000) Subject: Add "mips-ultrix" configuration type. X-Git-Tag: 20090517-FFI~11926 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0dc9de63247ae7676c61afa593485601ddc72a8c;p=mit-scheme.git Add "mips-ultrix" configuration type. --- 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