diff options
author | Linas Vepstas <linas@linas.org> | 1999-09-08 06:35:42 +0000 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-09-07 23:35:42 -0700 |
commit | 0b77644a54521c9b8f7e2d7729984c9e4169755d (patch) | |
tree | 2193cb8df4dda2e85a00a2cc1912ef9e3684d75d /config.guess | |
parent | 47e19316596b2db1f32cb678331f8fa705cdcf75 (diff) | |
download | gcc-0b77644a54521c9b8f7e2d7729984c9e4169755d.tar.gz |
config.guess: Add OS/390 match pattern.
* config.guess: Add OS/390 match pattern.
* config.sub: Add mvs, openedition targets.
* configure.in (i370-ibm-opened*): New.
From-SVN: r29190
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess index 655d0649ad3..0012219ef00 100755 --- a/config.guess +++ b/config.guess @@ -156,6 +156,9 @@ EOF wgrisc:OpenBSD:*:*) echo mipsel-unknown-openbsd${UNAME_RELEASE} exit 0 ;; + *:OS/390:*.*) + echo i370-ibm-openedition + exit 0 ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit 0;; |