From 2ca1375a22e69c638199cbc64948bb2337cebe6d Mon Sep 17 00:00:00 2001 From: David MacKenzie Date: Tue, 7 Jan 1997 19:29:28 +0000 Subject: Add hppa1.1-hitachi-hiuxmpp support, passed along by rms. --- config.guess | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3