From: David J. MacKenzie Date: Tue, 7 Jan 1997 19:29:28 +0000 (+0000) Subject: Add hppa1.1-hitachi-hiuxmpp support, passed along by rms. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a88498e15f99091a0de07c4fc3e93fbbe66ca550;p=gcc.git Add hppa1.1-hitachi-hiuxmpp support, passed along by rms. From-SVN: r13390 --- 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