summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2000-02-23 13:52:23 +0000
committerAlan Modra <amodra@bigpond.net.au>2000-02-23 13:52:23 +0000
commitb29498bb9009889ea620262b7da7a2613fd79484 (patch)
treec028abd778c39b58ca1d40cea0e0e42fc5cf34ad /configure.in
parentce675a37d58a0175a3008c1f8134da35e7b7f50d (diff)
downloadgdb-b29498bb9009889ea620262b7da7a2613fd79484.tar.gz
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 920625a8d4b..417bee8b1b1 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"
;;