From: ceriel Date: Tue, 28 Jun 1988 10:19:23 +0000 (+0000) Subject: Added some code for small unknown machine X-Git-Tag: release-5-5~3135 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=fb4ff4cab0357eb143f4d21a944469ecb84eb4d9;p=ack.git Added some code for small unknown machine --- diff --git a/first/first b/first/first index 34739d54d..153419a07 100755 --- a/first/first +++ b/first/first @@ -76,6 +76,7 @@ sun3 Sun 3 M68020 workstation sun2 Sun 2 M68000 workstation m68_sysV_0 Motorola 68000 with Uniplus System V.0 Unix m68020 Motorola M68020 VME131 running Unix System V/68 R2V2.1 +SMALL Neither of the above, small address space ANY Neither of the above system type: " @@ -175,6 +176,7 @@ sun2) ACM=sun2 ;; m68_unisoft) ACM=m68k2 ;; m68_sysV_0) ACM=mantra ;; m68020) ACM=m68020 ;; +SMALL) ACM=i86 ; BM = 0 ;; *) ACM=m68k2 ;; esac rm -f local.h