* config.bfd: Add want64 to configuration target s390-*-linux*.

This commit is contained in:
Martin Schwidefsky 2004-07-02 14:12:01 +00:00
parent f6a8ae8136
commit 06f2f6af8b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-07-02 Martin Schwidefsky <schwidefsky@de.ibm.com>
* config.bfd: Add want64 to configuration target s390-*-linux*.
2004-07-01 H.J. Lu <hongjiu.lu@intel.com>
* bfd.c (bfd_get_section_ident): New.

View File

@ -1017,6 +1017,7 @@ case "${targ}" in
s390-*-linux*)
targ_defvec=bfd_elf32_s390_vec
targ64_selvecs=bfd_elf64_s390_vec
want64=true
;;
#ifdef BFD64
s390x-*-linux*)