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
7c36a59a
Commit
7c36a59a
authored
Oct 16, 1995
by
Jeff Law
Browse files
* config.guess: Recognize HP model 819 machines has having
a PA 1.1 processor.
parent
b5ef0e92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
config.guess
config.guess
+3
-3
No files found.
config.guess
View file @
7c36a59a
...
...
@@ -219,7 +219,7 @@ EOF
case
"
${
UNAME_MACHINE
}
"
in
9000/31?
)
HP_ARCH
=
m68000
;;
9000/[34]??
)
HP_ARCH
=
m68k
;;
9000/7??
|
9000/8?
7
)
HP_ARCH
=
hppa1.1
;;
9000/7??
|
9000/8?
[79]
)
HP_ARCH
=
hppa1.1
;;
9000/8??
)
HP_ARCH
=
hppa1.0
;;
esac
HPUX_REV
=
`
echo
${
UNAME_RELEASE
}
|sed
-e
's/[^.]*.[0B]*//'
`
...
...
@@ -255,13 +255,13 @@ EOF
rm
-f
dummy.c dummy
echo
unknown-hitachi-hiuxwe2
exit
0
;;
9000/7??:4.3bsd:
*
:
*
|
9000/8?
7
:4.3bsd:
*
:
*
)
9000/7??:4.3bsd:
*
:
*
|
9000/8?
[79]
:4.3bsd:
*
:
*
)
echo
hppa1.1-hp-bsd
exit
0
;;
9000/8??:4.3bsd:
*
:
*
)
echo
hppa1.0-hp-bsd
exit
0
;;
hp7??:OSF1:
*
:
*
|
hp8?
7
:OSF1:
*
:
*
)
hp7??:OSF1:
*
:
*
|
hp8?
[79]
:OSF1:
*
:
*
)
echo
hppa1.1-hp-osf
exit
0
;;
hp8??:OSF1:
*
:
*
)
...
...
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