aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorLinas Vepstas <linas@linas.org>1999-09-08 06:35:42 +0000
committerRichard Henderson <rth@gcc.gnu.org>1999-09-07 23:35:42 -0700
commit0b77644a54521c9b8f7e2d7729984c9e4169755d (patch)
tree2193cb8df4dda2e85a00a2cc1912ef9e3684d75d /configure.in
parent47e19316596b2db1f32cb678331f8fa705cdcf75 (diff)
downloadgcc-0b77644a54521c9b8f7e2d7729984c9e4169755d.zip
gcc-0b77644a54521c9b8f7e2d7729984c9e4169755d.tar.gz
gcc-0b77644a54521c9b8f7e2d7729984c9e4169755d.tar.bz2
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 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 1260752..a68f923 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"
;;