Mercurial > emacs
changeset 3628:3f0d7802decb
Move i386-prime-sysv* and i386-sequent-bsd*
above the general i386 alternative.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 10 Jun 1993 23:04:01 +0000 |
parents | 6895c2df25a6 |
children | 58add805382e |
files | configure1.in |
diffstat | 1 files changed, 11 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Thu Jun 10 22:58:01 1993 +0000 +++ b/configure1.in Thu Jun 10 23:04:01 1993 +0000 @@ -638,6 +638,17 @@ i[34]86-intsys-sysv* ) machine=is386 opsys=usg5-2-2 ;; + + ## Prime EXL + i386-prime-sysv* ) + machine=i386 opsys=usg5-3 + ;; + + ## Sequent Symmetry + i386-sequent-bsd* ) + machine=symmetry opsys=bsd4-3 + ;; + ## Intel 386 machines where we don't care about the manufacturer i[34]86-*-* ) machine=intel386 @@ -745,11 +756,6 @@ machine=plexus opsys=usg5-2 ;; - ## Prime EXL - i386-prime-sysv* ) - machine=i386 opsys=usg5-3 - ;; - ## Pyramid machines ## I don't really have any idea what sort of processor the Pyramid has, ## so I'm assuming it is its own architecture. @@ -764,10 +770,6 @@ ns32k-sequent-bsd4.3 ) machine=sequent opsys=bsd4-3 ;; - ## Sequent Symmetry - i386-sequent-bsd* ) - machine=symmetry opsys=bsd4-3 - ;; ## SONY machines m68*-sony-bsd4.2 )