diff options
author | djm <djm@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-01-07 19:29:28 +0000 |
---|---|---|
committer | djm <djm@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-01-07 19:29:28 +0000 |
commit | effb482ad92364b905969439f5c6528eaf0f0b00 (patch) | |
tree | 78c4326dc1121b7acd1f36816927d2ac6fb4c8d0 /gcc/config.guess | |
parent | 64cbd3c80e6f4cf6d0a8c20a2e7eb5de4a73b733 (diff) | |
download | gcc-effb482ad92364b905969439f5c6528eaf0f0b00.tar.gz |
Add hppa1.1-hitachi-hiuxmpp support, passed along by rms.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13390 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.guess')
-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 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 |