Add IBM 370 support.

This commit is contained in:
Alan Modra
2000-02-23 13:52:22 +00:00
parent 01cf5d0f5d
commit 58dabf5040
11 changed files with 341 additions and 2 deletions

View 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"
;;