diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-08 06:35:42 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-08 06:35:42 +0000 |
commit | b384fc18e073371b8d7cb53e19b8716abfcc86fb (patch) | |
tree | 2193cb8df4dda2e85a00a2cc1912ef9e3684d75d /config.guess | |
parent | 18ad6118dd06015d1ca9431e63f8bb82186bf7a1 (diff) | |
download | gcc-b384fc18e073371b8d7cb53e19b8716abfcc86fb.tar.gz |
* config.guess: Add OS/390 match pattern.
* config.sub: Add mvs, openedition targets.
* configure.in (i370-ibm-opened*): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29190 138bc75d-0d04-0410-961f-82ee72b054a4
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;; |