diff options
author | Alan Modra <amodra@bigpond.net.au> | 2000-02-23 13:52:23 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2000-02-23 13:52:23 +0000 |
commit | b29498bb9009889ea620262b7da7a2613fd79484 (patch) | |
tree | c028abd778c39b58ca1d40cea0e0e42fc5cf34ad /configure.in | |
parent | ce675a37d58a0175a3008c1f8134da35e7b7f50d (diff) | |
download | gdb-b29498bb9009889ea620262b7da7a2613fd79484.tar.gz |
Add IBM 370 support.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
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" ;; |