summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@djmnet.org>1997-01-07 19:29:28 +0000
committerDavid MacKenzie <djm@djmnet.org>1997-01-07 19:29:28 +0000
commit2ca1375a22e69c638199cbc64948bb2337cebe6d (patch)
tree4986307e85dcacb908ff406f3a4faf7b0bccec0a
parentdf4ef2ab9c0899b2670067cd97e58f7eb2913e00 (diff)
Add hppa1.1-hitachi-hiuxmpp support, passed along by rms.
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index 519bc01c1e..a33514f246 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