Add s390 support

This commit is contained in:
Nick Clifton
2001-02-10 00:58:38 +00:00
parent c41482c7ee
commit 1e667f61b7
14 changed files with 241 additions and 2 deletions

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