From: Per Bothner Date: Tue, 12 Dec 1995 00:47:21 +0000 (+0000) Subject: (powerpc-harris-powerunix): Add guess for port to new target. X-Git-Tag: emacs-19.34~2157 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d826aa9d2dd71bd9f944eed1605388c391f2fd4;p=emacs.git (powerpc-harris-powerunix): Add guess for port to new target. --- diff --git a/config.guess b/config.guess index 93b974da4c6..f840201417b 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 ;;