summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-08 06:35:42 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-08 06:35:42 +0000
commitb384fc18e073371b8d7cb53e19b8716abfcc86fb (patch)
tree2193cb8df4dda2e85a00a2cc1912ef9e3684d75d /configure.in
parent18ad6118dd06015d1ca9431e63f8bb82186bf7a1 (diff)
downloadgcc-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 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 12607526358..a68f923ce79 100644
--- a/configure.in
+++ b/configure.in
@@ -162,6 +162,9 @@ case "${host}" in
mips*-*-sysv*)
host_makefile_frag="${host_makefile_frag} config/mh-riscos"
;;
+ i370-ibm-opened*)
+ host_makefile_frag="${host_makefile_frag} config/mh-openedition"
+ ;;
i[3456]86-*-sysv5*)
host_makefile_frag="${host_makefile_frag} config/mh-sysv5"
;;