From 8fb2664584eab6a7eb31c18346eded9d9fdac761 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 5 Oct 1987 09:59:16 +0000 Subject: [PATCH] Also recognize m68020 as machine name --- first/first | 2 ++ 1 file changed, 2 insertions(+) diff --git a/first/first b/first/first index 1dd27acba..460b5e922 100755 --- a/first/first +++ b/first/first @@ -64,6 +64,7 @@ m68_unisoft Motorola 68000 with Unisoft UNIX 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 ANY Neither of the above system type: " @@ -201,6 +202,7 @@ sun3) ACM=sun3 ;; sun2) ACM=sun2 ;; m68_unisoft) ACM=m68k2 ;; m68_sysV_0) ACM=mantra ;; +m68020) ACM=m68020 ;; *) ACM=m68k2 ;; esac rm -f local.h -- 2.34.1