Mercurial > emacs
changeset 13703:a185c48f6b61 libc-951212 libc-951213
(powerpc-harris-powerunix): Add guess for port to new target.
author | Per Bothner <bothner@cygnus.com> |
---|---|
date | Tue, 12 Dec 1995 00:47:21 +0000 |
parents | f7bf7f756503 |
children | 3dcaddea344a |
files | config.guess |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/config.guess Mon Dec 11 13:52:09 1995 +0000 +++ b/config.guess Tue Dec 12 00:47:21 1995 +0000 @@ -120,6 +120,9 @@ 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 ;;