]> code.delx.au - gnu-emacs/commitdiff
* config.guess: Recognize HP model 816 machines as having
authorJeff Law <law@redhat.com>
Mon, 4 Dec 1995 18:22:22 +0000 (18:22 +0000)
committerJeff Law <law@redhat.com>
Mon, 4 Dec 1995 18:22:22 +0000 (18:22 +0000)
        a PA1.1 processor.

config.guess

index 1948c5398b4875a40841b29ef3544272c18c8543..93b974da4c679fb28b6e87c920bdae6a2080861e 100755 (executable)
@@ -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]*//'`