|
|
|
@ -565,6 +565,8 @@ s390x-*-linux*) targ_emul=elf64_s390 |
|
|
|
targ_extra_emuls=elf_s390 |
|
|
|
targ_extra_libpath=$targ_extra_emuls |
|
|
|
tdir_elf_s390=`echo ${targ_alias} | sed -e 's/s390x/s390/'` ;; |
|
|
|
s390x-*-tpf*) targ_emul=elf64_s390 |
|
|
|
tdir_elf_s390=`echo ${targ_alias} | sed -e 's/s390x/s390/'` ;; |
|
|
|
s390-*-linux*) targ_emul=elf_s390 |
|
|
|
if test "${want64}" = "true"; then |
|
|
|
targ_extra_emuls=elf64_s390 |
|
|
|
|