Fix (?) discrimination between hppa1.1 and 1.0.

This commit is contained in:
Per Bothner
1993-01-20 07:43:32 +00:00
parent 2c763c2b0b
commit 897029a9a2

View File

@ -43,7 +43,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
9000/3??:HP-UX:*:*) 9000/3??:HP-UX:*:*)
echo m68k-hp-hpux echo m68k-hp-hpux
exit 0 ;; exit 0 ;;
9000/7??:HP-UX:*:*) 9000/7??:HP-UX:*:* | 9000/8?7:HP-UX:*:* )
echo hppa1.1-hp-hpux echo hppa1.1-hp-hpux
exit 0 ;; exit 0 ;;
9000/8??:HP-UX:*:*) 9000/8??:HP-UX:*:*)