* config.guess: Recognize HP model 816 machines as having a PA1.1 processor.

This commit is contained in:
Linda A. Walsh 1995-12-04 18:22:22 +00:00
parent 99cf7e3eba
commit c13a4f3dbd

2
config.guess vendored
View file

@ -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]*//'`