From 82f4e6ca698d1b296d6a8f252907136adeb856fe Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 8 Feb 2002 13:56:02 -0500 Subject: [svn-r4927] Purpose: Feature Add Description: Added hack so that it will recognize a Hitachi platform. --- bin/config.guess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/config.guess b/bin/config.guess index 0ce538b..f79dbc3 100755 --- a/bin/config.guess +++ b/bin/config.guess @@ -205,6 +205,9 @@ EOF arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit 0;; + SR8000:HI-UX/MPP:*:*) + echo hppa1.1-hitachi-hiuxmpp + exit 0;; SR2?01:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit 0;; -- cgit v0.12