Add s390 support
[deliverable/binutils-gdb.git] / configure.in
index 1284aa6533cfed6e7296baa81628f670fed70d88..6fc1a9ec536c3a507b2d1bf2cf730ddcd48a39e1 100644 (file)
@@ -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"
This page took 0.024206 seconds and 4 git commands to generate.