Add s390 support
This commit is contained 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"
|
||||
|
Reference in New Issue
Block a user