summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid J. MacKenzie <djm@gnu.org>1997-01-07 19:29:28 +0000
committerDavid J. MacKenzie <djm@gnu.org>1997-01-07 19:29:28 +0000
commit2b385e3555b76372ce8e19020673854a46a5ac63 (patch)
treea766eeb1b70ba745b25704c208b5568c9062526a
parent00324439f83c6e8bff8a6a7d041e41122b60e99f (diff)
downloademacs-2b385e3555b76372ce8e19020673854a46a5ac63.tar.gz
-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
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*:*:*)
# akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
if test "`(/bin/universe) 2>/dev/null`" = att ; then