From cc0cb140a0f901e8268c6957a0cf15fcccc8e7c2 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 7 Feb 1990 21:31:56 +0000 Subject: [PATCH] Add in sun4 (sparc) descriptions for Morry Katz. --- 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 783056672..3e361bb6a 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.4 1989/08/02 17:03:38 cph Exp $ +# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/config,v 1.5 1990/02/07 21:31:56 jinx 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 ;; + sun4) + system_file=bsd4-2 + machine_file=sun4 + mfour_file=bsd + ;; umax) # Encore Multimax system_file=umax machine_file=umax -- 2.25.1