From: Chris Hanson Date: Thu, 11 Jul 1991 04:02:34 +0000 (+0000) Subject: Add entry for HP 9000 series 400. X-Git-Tag: 20090517-FFI~10465 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c17e9bf9457fd8f2c32d1c69206438e403de732b;p=mit-scheme.git Add entry for HP 9000 series 400. --- diff --git a/v7/src/microcode/unxutl/config b/v7/src/microcode/unxutl/config index d80172a79..4b2da7976 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.11 1991/06/15 00:40:12 cph Exp $ +# $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 $ # Modelled on the configuration script for GNU CC # Copyright (C) 1988 Free Software Foundation, Inc. @@ -77,6 +77,11 @@ case $# in machine_file=hp9k300 cmpint_file=cmpint-mc68k.h ;; + hp9k400 | bobcat) # HP9000 series 400 + system_file=hpux + machine_file=hp9k400 + cmpint_file=cmpint-mc68k.h + ;; hp9k800 | spectrum | hppa) # HP9000 series 800 system_file=hpux machine_file=hp9k800 @@ -199,7 +204,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 "vax-bsd42 vax-bsd43 vax-ultrix mips-ultrix hp9k300 hp9k400 hp9k800" echo "sun3 sun3-nfp sun4 umax next i386-sysv" if [ -r config.status ] then