From a88498e15f99091a0de07c4fc3e93fbbe66ca550 Mon Sep 17 00:00:00 2001 From: "David J. MacKenzie" Date: Tue, 7 Jan 1997 19:29:28 +0000 Subject: [PATCH] Add hppa1.1-hitachi-hiuxmpp support, passed along by rms. From-SVN: r13390 --- gcc/config.guess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config.guess b/gcc/config.guess index 519bc01c1e0..a33514f2462 100755 --- a/gcc/config.guess +++ b/gcc/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 -- 2.30.2