From: Chris Hanson Date: Mon, 16 Sep 1991 20:18:08 +0000 (+0000) Subject: Rearrange machine names. X-Git-Tag: 20090517-FFI~10211 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5add576780fe3259757b2fa0baa44c99ad768eaf;p=mit-scheme.git Rearrange machine names. --- diff --git a/v7/src/microcode/unxutl/config b/v7/src/microcode/unxutl/config index 4b2da7976..5c97b7ff5 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.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