Skip to content

Commit

Permalink
(powerpc-harris-powerunix): Add guess for port to new target.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerBothner committed Dec 12, 1995
1 parent 25b86c0 commit d72d8b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.guess
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;;
Expand Down

0 comments on commit d72d8b1

Please sign in to comment.