Add entry for i386 running SysV.
authorChris Hanson <org/chris-hanson/cph>
Tue, 27 Nov 1990 19:14:56 +0000 (19:14 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 27 Nov 1990 19:14:56 +0000 (19:14 +0000)
v7/src/microcode/unxutl/config

index bebb61f63d8dea0e56e1419d7cae587f6c8c14d2..8b552bef129800335529790717f4003d6adbb41c 100755 (executable)
@@ -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