aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid J. MacKenzie1997-01-07 19:29:28 +0000
committerDavid J. MacKenzie1997-01-07 19:29:28 +0000
commit32ec095a15c9bb656effb07a69b58663fe5b151a (patch)
treebee2bd6553588ec86652bf04f61ba40aa9b50d5f
parentc5f0b2d42dd572e21d44480007e621097ed14b8c (diff)
downloademacs-32ec095a15c9bb656effb07a69b58663fe5b151a.tar.gz
emacs-32ec095a15c9bb656effb07a69b58663fe5b151a.zip
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 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