This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] s390: set want64 for 31 bit.


Hi,
just added a want64=true to the s390-*-linux* bfd target. We want 
the 64 bit target by default for the biarch tool chain.

blue skies,
  Martin.

2004-07-02  Martin Schwidefsky  <schwidefsky@de.ibm.com>

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

diff -urN src/bfd/config.bfd src-s390/bfd/config.bfd
--- src/bfd/config.bfd	2004-07-01 17:03:39.000000000 +0200
+++ src-s390/bfd/config.bfd	2004-07-01 13:33:22.000000000 +0200
@@ -1017,6 +1017,7 @@
   s390-*-linux*)
     targ_defvec=bfd_elf32_s390_vec
     targ64_selvecs=bfd_elf64_s390_vec
+    want64=true
     ;;
 #ifdef BFD64
   s390x-*-linux*)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]