diff options
author | Nick Clifton <nickc@redhat.com> | 2001-02-10 00:58:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-02-10 00:58:38 +0000 |
commit | e3f79c488dbbf824ce0d6ccd4613c84736cc44e8 (patch) | |
tree | 2d3ae9d5964159c398acdd79055a82e5f5354f8a /configure.in | |
parent | d83216809800f699310e29661013da7d120b2098 (diff) | |
download | gdb-e3f79c488dbbf824ce0d6ccd4613c84736cc44e8.tar.gz |
Add s390 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 1284aa6533c..6fc1a9ec536 100644 --- a/configure.in +++ b/configure.in @@ -321,6 +321,9 @@ if [ x${shared} = xyes ]; then powerpc*-*-*) host_makefile_frag="${host_makefile_frag} config/mh-ppcpic" ;; + s390-* | s390x-*) + host_makefile_frag="${host_makefile_frag} config/mh-s390pic" + ;; *-*-*) if test -f ${srcdir}/config/mh-${host_cpu}pic; then host_makefile_frag="${host_makefile_frag} config/mh-${host_cpu}pic" |