From 68e7b1e992d0998a1f73157be1e10a46e297d5e9 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 27 Nov 1990 19:14:56 +0000 Subject: [PATCH] Add entry for i386 running SysV. --- v7/src/microcode/unxutl/config | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/unxutl/config b/v7/src/microcode/unxutl/config index bebb61f63..8b552bef1 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.7 1990/09/06 19:02:46 cph Exp $ +# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/config,v 1.8 1990/11/27 19:14:56 cph Exp $ # Modelled on the configuration script for GNU CC # Copyright (C) 1988 Free Software Foundation, Inc. @@ -77,6 +77,10 @@ case $# in machine_file=hp9k800 cmpint_file=cmpint-hppa.h ;; + i386-sysv) + system_file=sysv3 + machine_file=i386 + ;; sun3) system_file=sunos4 machine_file=sun3 @@ -191,7 +195,7 @@ case $# in echo "Usage: $progname machine" echo "Where \`machine' is one of:" echo "vax-bsd42 vax-bsd43 vax-ultrix mips-ultrix hp9k300 hp9k800" - echo "sun3 sun3-nfp sun4 umax next" + echo "sun3 sun3-nfp sun4 umax next i386-sysv" if [ -r config.status ] then cat config.status -- 2.25.1