summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1995-12-04 18:22:22 +0000
committerJeff Law <law@redhat.com>1995-12-04 18:22:22 +0000
commitd613bdc034a53905357ffe199e352acaa387651a (patch)
treea2550d7a98c83bd81d11261618a3ed7583057877 /config.guess
parenta3296f5a102a4d5649af06e40ef7b5dce48efae0 (diff)
downloademacs-d613bdc034a53905357ffe199e352acaa387651a.tar.gz
* config.guess: Recognize HP model 816 machines as having
a PA1.1 processor.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 1948c5398b4..93b974da4c6 100755
--- 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?[679] ) HP_ARCH=hppa1.1 ;;
9000/8?? ) HP_ARCH=hppa1.0 ;;
esac
HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`