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 | a88498e15f99091a0de07c4fc3e93fbbe66ca550 (patch) | |
tree | 78c4326dc1121b7acd1f36816927d2ac6fb4c8d0 | |
parent | 1eec766a06047091101fde85fb85959701d0175f (diff) | |
download | gcc-a88498e15f99091a0de07c4fc3e93fbbe66ca550.zip gcc-a88498e15f99091a0de07c4fc3e93fbbe66ca550.tar.gz gcc-a88498e15f99091a0de07c4fc3e93fbbe66ca550.tar.bz2 |
Add hppa1.1-hitachi-hiuxmpp support, passed along by rms.
From-SVN: r13390
-rwxr-xr-x | gcc/config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.guess b/gcc/config.guess index 519bc01..a33514f 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 |