* config.guess: HP 9000/803 is a PA1.1 machine.

From-SVN: r17217
This commit is contained in:
Jeffrey A Law 1997-12-23 11:40:37 +00:00 committed by Jeff Law
parent 71d9b4930e
commit d3d1907aac
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
* config.guess: HP 9000/803 is a PA1.1 machine.
Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
* configure.in: It's alpha*-...

2
config.guess vendored
View File

@ -358,7 +358,7 @@ EOF
case "${UNAME_MACHINE}" in
9000/31? ) HP_ARCH=m68000 ;;
9000/[34]?? ) HP_ARCH=m68k ;;
9000/7?? | 9000/8?[1679] ) HP_ARCH=hppa1.1 ;;
9000/7?? | 9000/8?[13679] ) HP_ARCH=hppa1.1 ;;
9000/8?? ) HP_ARCH=hppa1.0 ;;
esac
HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`