Skip to content

Commit

Permalink
Add hppa1.1-hitachi-hiuxmpp support, passed along by rms.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmacnet committed Jan 7, 1997
1 parent df4ef2a commit 2ca1375
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 @@ -73,6 +73,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
echo arm-acorn-riscix${UNAME_RELEASE}
exit 0;;
SR2?01:HI-UX/MPP:*:*)
echo hppa1.1-hitachi-hiuxmpp
exit 0;;
Pyramid*:OSx*:*:*|MIS*:OSx*:*:*)
# [email protected] (Earle F. Ake) contributed MIS and NILE.
if test "`(/bin/universe) 2>/dev/null`" = att ; then
Expand Down

0 comments on commit 2ca1375

Please sign in to comment.