OSDN Git Service

* config.bfd: Add want64 to configuration target s390-*-linux*.
authorsky <sky>
Fri, 2 Jul 2004 14:11:57 +0000 (14:11 +0000)
committersky <sky>
Fri, 2 Jul 2004 14:11:57 +0000 (14:11 +0000)
bfd/ChangeLog
bfd/config.bfd

index dc07cc1..e8e452f 100644 (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.
index fb554e3..d5469ca 100644 (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*)