aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index 519bc01c1e0..a33514f2462 100755
--- a/config.guess
+++ b/config.guess
@@ -73,6 +73,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
73 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) 73 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
74 echo arm-acorn-riscix${UNAME_RELEASE} 74 echo arm-acorn-riscix${UNAME_RELEASE}
75 exit 0;; 75 exit 0;;
76 SR2?01:HI-UX/MPP:*:*)
77 echo hppa1.1-hitachi-hiuxmpp
78 exit 0;;
76 Pyramid*:OSx*:*:*|MIS*:OSx*:*:*) 79 Pyramid*:OSx*:*:*|MIS*:OSx*:*:*)
77 # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. 80 # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
78 if test "`(/bin/universe) 2>/dev/null`" = att ; then 81 if test "`(/bin/universe) 2>/dev/null`" = att ; then