summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-02-10 00:58:38 +0000
committerNick Clifton <nickc@redhat.com>2001-02-10 00:58:38 +0000
commit1e667f61b72db0e8ae2a0f7f037f1824c39aeaf3 (patch)
treeab49c2ff9361e9b4d3cdaad01236bfdb8687e124 /configure.in
parentc41482c7ee561d54d4748b601b26ad2e630edd91 (diff)
downloadcygnal-1e667f61b72db0e8ae2a0f7f037f1824c39aeaf3.tar.gz
cygnal-1e667f61b72db0e8ae2a0f7f037f1824c39aeaf3.tar.bz2
cygnal-1e667f61b72db0e8ae2a0f7f037f1824c39aeaf3.zip
Add s390 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 1284aa653..6fc1a9ec5 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"