1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

* configure.in: Recognize configuration names for i860 boxes

running SYSV.
This commit is contained in:
Jim Blandy 1993-05-25 04:39:28 +00:00
parent 9466a1f687
commit df4da582ba

View file

@ -582,6 +582,11 @@ case "${configuration}" in
esac
;;
## Intel 860
i860-*-sysvr4 )
machine=i860 opsys=usg5-4
;;
## Silicon Graphics machines
## Iris 2500 and Iris 2500 Turbo (aka the Iris 3030)
m68*-sgi-iris3.5 )