Rearrange machine names.
authorChris Hanson <org/chris-hanson/cph>
Mon, 16 Sep 1991 20:18:08 +0000 (20:18 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 16 Sep 1991 20:18:08 +0000 (20:18 +0000)
v7/src/microcode/unxutl/config

index 4b2da7976a65cb8d3596a12ce00a44bf32e4866c..5c97b7ff564945d5f24ca043a46d8845b5d48c71 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.12 1991/07/11 04:02:34 cph Exp $
+# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/config,v 1.13 1991/09/16 20:18:08 cph Exp $
 # Modelled on the configuration script for GNU CC
 #   Copyright (C) 1988 Free Software Foundation, Inc.
 
@@ -62,27 +62,27 @@ case $# in
                system_file=ultrix
                machine_file=vax
                ;;
-       mips-ultrix | dec-3100 | pmax)
+       mips-ultrix | dec-3100 | dec-5100 | pmax)
                system_file=ultrix
                machine_file=mips
                cmpint_file=cmpint-mips.h
                ;;
-       newslaptop)                     # sony news laptop
+       nws3250)                        # sony news laptop
                system_file=sysv4
                machine_file=mips
                cmpint_file=cmpint-mips.h
                ;;
-       hp9k300 | bobcat)               # HP9000 series 300
+       hp9k300)                        # HP9000 series 300
                system_file=hpux
                machine_file=hp9k300
                cmpint_file=cmpint-mc68k.h
                ;;
-       hp9k400 | bobcat)               # HP9000 series 400
+       hp9k400)                        # HP9000 series 400
                system_file=hpux
                machine_file=hp9k400
                cmpint_file=cmpint-mc68k.h
                ;;
-       hp9k800 | spectrum | hppa)      # HP9000 series 800
+       hp9k800 | hp9k700)              # HP9000 series 800
                system_file=hpux
                machine_file=hp9k800
                cmpint_file=cmpint-hppa.h
@@ -119,11 +119,11 @@ case $# in
                cmp_file=cmpaux/sun3-nfp.s
                cmp_link=cmpaux-mc68k.s
                ;;
-       sun4 | sparc
+       sun4) 
                system_file=sunos4
                machine_file=sun4 
                ;;
-       NeXT | next)
+       next)
                system_file=next-mach
                machine_file=next
                cmpint_file=cmpint-mc68k.h
@@ -204,8 +204,9 @@ case $# in
 *)
        echo "Usage: $progname machine"
        echo "Where \`machine' is one of:"
-       echo "vax-bsd42 vax-bsd43 vax-ultrix mips-ultrix hp9k300 hp9k400 hp9k800"
-       echo "sun3 sun3-nfp sun4 umax next i386-sysv"
+       echo "vax-bsd42 vax-bsd43 vax-ultrix mips-ultrix"
+       echo "nws3250 hp9k300 hp9k400 hp9k700 hp9k800 i386-sysv"
+       echo "sun3 sun3-os3 sun3-nfp sun3-os3-nfp sun4 umax next"
        if [ -r config.status ]
        then
                cat config.status