projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99cf7e3
)
* config.guess: Recognize HP model 816 machines as having a PA1.1...
author
Linda A. Walsh
<gnu@tlinx.org>
Mon, 4 Dec 1995 18:22:22 +0000
(18:22 +0000)
committer
Linda A. Walsh
<gnu@tlinx.org>
Mon, 4 Dec 1995 18:22:22 +0000
(18:22 +0000)
config.guess
patch
|
blob
|
history
diff --git
a/config.guess
b/config.guess
index
1948c53
..
93b974d
100755
(executable)
--- a/
config.guess
+++ b/
config.guess
@@
-219,7
+219,7
@@
EOF
case "${UNAME_MACHINE}" in
9000/31? ) HP_ARCH=m68000 ;;
9000/[34]?? ) HP_ARCH=m68k ;;
- 9000/7?? | 9000/8?[79] ) HP_ARCH=hppa1.1 ;;
+ 9000/7?? | 9000/8?[
6
79] ) HP_ARCH=hppa1.1 ;;
9000/8?? ) HP_ARCH=hppa1.0 ;;
esac
HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`