Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6992e6b7
Commit
6992e6b7
authored
Jun 10, 1993
by
Richard M. Stallman
Browse files
Move i386-prime-sysv* and i386-sequent-bsd*
above the general i386 alternative.
parent
dc606f02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
configure1.in
configure1.in
+11
-9
No files found.
configure1.in
View file @
6992e6b7
...
...
@@ -638,6 +638,17 @@ case "${configuration}" in
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 @@ case "${configuration}" in
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 @@ case "${configuration}" in
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 )
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment