This is the mail archive of the binutils@sourceware.org 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]

Re: PATCH: ld/1485: --enable-targets=all doesn't work for 64bit target


On Wed, May 24, 2006 at 05:58:22PM -0700, H. J. Lu wrote:
>    sh-*-linux*)
>      targ_defvec=bfd_elf32_shblin_vec
>      targ_selvecs=bfd_elf32_shlin_vec
> -#ifdef BFD64
> -    targ_selvecs="${targ_selvecs} bfd_elf32_sh64lin_vec bfd_elf32_sh64blin_vec bfd_elf64_sh64lin_vec bfd_elf64_sh64blin_vec"
> -#endif
> +    targ64_selvecs="bfd_elf32_sh64lin_vec bfd_elf32_sh64blin_vec bfd_elf64_sh64lin_vec bfd_elf64_sh64blin_vec"
>      ;;

You should have set want64=true here and in the other sh cases you
changed to use targ64_selvecs.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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