From fb4ff4cab0357eb143f4d21a944469ecb84eb4d9 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 28 Jun 1988 10:19:23 +0000 Subject: [PATCH] Added some code for small unknown machine --- first/first | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1