#!/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.
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
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
*)
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