Also recognize m68020 as machine name
This commit is contained in:
parent
158d0505ea
commit
8fb2664584
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue