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
commit32ec095a15c9bb656effb07a69b58663fe5b151a (patch)
treebee2bd6553588ec86652bf04f61ba40aa9b50d5f
parentc5f0b2d42dd572e21d44480007e621097ed14b8c (diff)
downloademacs-other-branches/thomas-posix1996.tar.gz
Add hppa1.1-hitachi-hiuxmpp support, passed along by rms.other-branches/thomas-posix1996
-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