From e1f7b5016257966de754074e93966626ee063011 Mon Sep 17 00:00:00 2001 From: bothner Date: Tue, 12 Dec 1995 00:47:21 +0000 Subject: [PATCH] (powerpc-harris-powerunix): Add guess for port to new target. --- config.guess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.guess b/config.guess index 93b974d..f840201 100755 --- a/config.guess +++ b/config.guess @@ -120,6 +120,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in mips:*:5*:RISCos) echo mips-mips-riscos${UNAME_RELEASE} exit 0 ;; + Night_Hawk:Power_UNIX:*:*) + echo powerpc-harris-powerunix + exit 0 ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit 0 ;;