From 4ed415be989bd851dd52696a897453b653403cbb Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 30 Apr 1992 04:06:22 +0000 Subject: [PATCH] Sony NEWS-OS 5.0.2 requires special options not common to other SVR4 implementations. --- v7/src/microcode/unxutl/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/unxutl/config b/v7/src/microcode/unxutl/config index de40fc2c6..e5c113eb8 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.14 1991/10/17 08:21:11 cph Exp $ +# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/config,v 1.15 1992/04/30 04:06:22 cph Exp $ # Modelled on the configuration script for GNU CC # Copyright (C) 1988 Free Software Foundation, Inc. @@ -71,7 +71,7 @@ case $# in cmpint_file=cmpint-mips.h ;; nws3250) # sony news laptop - system_file=sysv4 + system_file=newsos5 machine_file=mips cmpint_file=cmpint-mips.h ;; -- 2.25.1