diff options
author | David J. MacKenzie <djm@gnu.org> | 1997-01-07 19:29:28 +0000 |
---|---|---|
committer | David J. MacKenzie <djm@gnu.org> | 1997-01-07 19:29:28 +0000 |
commit | 32ec095a15c9bb656effb07a69b58663fe5b151a (patch) | |
tree | bee2bd6553588ec86652bf04f61ba40aa9b50d5f /config.guess | |
parent | c5f0b2d42dd572e21d44480007e621097ed14b8c (diff) | |
download | emacs-32ec095a15c9bb656effb07a69b58663fe5b151a.tar.gz |
Add hppa1.1-hitachi-hiuxmpp support, passed along by rms.other-branches/thomas-posix1996
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 3 |
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 |