Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2000-02-23 16:52:22 +0300
committerAlan Modra <modra@gmail.com>2000-02-23 16:52:22 +0300
commit58dabf5040b1253b837ec0e563904d7d5254a29f (patch)
treed8cdb2a406100d6f8f3a3873dc117e1483c79af0 /configure.in
parent01cf5d0f5d80baf98fcbd1e4ee0a7dc1c4f531b8 (diff)
Add IBM 370 support.
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 920625a8d..417bee8b1 100644
--- a/configure.in
+++ b/configure.in
@@ -288,6 +288,9 @@ if [ x${shared} = xyes ]; then
i[3456]86-*-*)
host_makefile_frag="${host_makefile_frag} config/mh-x86pic"
;;
+ i370-*-*)
+ host_makefile_frag="${host_makefile_frag} config/mh-i370pic"
+ ;;
sparc64-*-*)
host_makefile_frag="${host_makefile_frag} config/mh-sparcpic"
;;