mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
* configure.in: Recognize configuration names for i860 boxes
running SYSV.
This commit is contained in:
parent
9466a1f687
commit
df4da582ba
@ -582,6 +582,11 @@ case "${configuration}" in
|
|||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
## Intel 860
|
||||||
|
i860-*-sysvr4 )
|
||||||
|
machine=i860 opsys=usg5-4
|
||||||
|
;;
|
||||||
|
|
||||||
## Silicon Graphics machines
|
## Silicon Graphics machines
|
||||||
## Iris 2500 and Iris 2500 Turbo (aka the Iris 3030)
|
## Iris 2500 and Iris 2500 Turbo (aka the Iris 3030)
|
||||||
m68*-sgi-iris3.5 )
|
m68*-sgi-iris3.5 )
|
||||||
|
Loading…
Reference in New Issue
Block a user