Add IBM 370 support.
[deliverable/binutils-gdb.git] / configure.in
index 920625a8d4b7040c15d4e438ba76f23395673ca6..417bee8b1b104acd92ee21b4a4b7ccb10f29b690 100644 (file)
@@ -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"
       ;;
This page took 0.022995 seconds and 4 git commands to generate.