mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(i[345]86-sequent-ptx*): Handle
This commit is contained in:
parent
239c932bb2
commit
a66d4bd39a
1 changed files with 8 additions and 1 deletions
|
|
@ -789,11 +789,18 @@ case "${canonical}" in
|
|||
machine=i386 opsys=usg5-3
|
||||
;;
|
||||
|
||||
## Sequent Symmetry
|
||||
## Sequent Symmetry running Dynix
|
||||
i[345]86-sequent-bsd* )
|
||||
machine=symmetry opsys=bsd4-3
|
||||
;;
|
||||
|
||||
## Sequent Symmetry running DYNIX/ptx
|
||||
## Use the old cpp rather than the newer ANSI one.
|
||||
i[345]86-sequent-ptx* )
|
||||
machine=sequent-ptx opsys=ptx
|
||||
NON_GNU_CPP="/lib/cpp"
|
||||
;;
|
||||
|
||||
## Unspecified sysv on an ncr machine defaults to svr4.2.
|
||||
## (Plain usg5-4 doesn't turn on POSIX signals, which we need.)
|
||||
i[345]86-ncr-sysv* )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue