Added some code for small unknown machine
This commit is contained in:
parent
4c7c1867c3
commit
fb4ff4cab0
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,7 @@ sun3 Sun 3 M68020 workstation
|
||||||
sun2 Sun 2 M68000 workstation
|
sun2 Sun 2 M68000 workstation
|
||||||
m68_sysV_0 Motorola 68000 with Uniplus System V.0 Unix
|
m68_sysV_0 Motorola 68000 with Uniplus System V.0 Unix
|
||||||
m68020 Motorola M68020 VME131 running Unix System V/68 R2V2.1
|
m68020 Motorola M68020 VME131 running Unix System V/68 R2V2.1
|
||||||
|
SMALL Neither of the above, small address space
|
||||||
ANY Neither of the above
|
ANY Neither of the above
|
||||||
|
|
||||||
system type: "
|
system type: "
|
||||||
|
@ -175,6 +176,7 @@ sun2) ACM=sun2 ;;
|
||||||
m68_unisoft) ACM=m68k2 ;;
|
m68_unisoft) ACM=m68k2 ;;
|
||||||
m68_sysV_0) ACM=mantra ;;
|
m68_sysV_0) ACM=mantra ;;
|
||||||
m68020) ACM=m68020 ;;
|
m68020) ACM=m68020 ;;
|
||||||
|
SMALL) ACM=i86 ; BM = 0 ;;
|
||||||
*) ACM=m68k2 ;;
|
*) ACM=m68k2 ;;
|
||||||
esac
|
esac
|
||||||
rm -f local.h
|
rm -f local.h
|
||||||
|
|
Loading…
Reference in a new issue