From: Per Bothner Date: Wed, 20 Jan 1993 07:43:32 +0000 (+0000) Subject: Fix (?) discrimination between hppa1.1 and 1.0. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=897029a9a2fc78d312d2590831b9840938109683;p=binutils-gdb.git Fix (?) discrimination between hppa1.1 and 1.0. --- diff --git a/guess-systype b/guess-systype index c55e2ac737e..3aebe311b9c 100755 --- a/guess-systype +++ b/guess-systype @@ -43,7 +43,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in 9000/3??:HP-UX:*:*) echo m68k-hp-hpux exit 0 ;; - 9000/7??:HP-UX:*:*) + 9000/7??:HP-UX:*:* | 9000/8?7:HP-UX:*:* ) echo hppa1.1-hp-hpux exit 0 ;; 9000/8??:HP-UX:*:*)