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]

spu target selection


It's wrong to automatically add powerpc and powerpc64 support
when building bfd for spu.  --enable-targets controls adding
extra target support.

	* config.bfd (spu-*-elf): Delete targ_selvecs.

Index: bfd/config.bfd
===================================================================
RCS file: /cvs/src/src/bfd/config.bfd,v
retrieving revision 1.225
diff -u -p -r1.225 config.bfd
--- bfd/config.bfd	7 Mar 2007 21:35:27 -0000	1.225
+++ bfd/config.bfd	21 Apr 2007 04:56:26 -0000
@@ -1392,7 +1392,6 @@ case "${targ}" in
 
   spu-*-elf)
     targ_defvec=bfd_elf32_spu_vec
-    targ_selvecs="bfd_elf32_powerpc_vec bfd_elf64_powerpc_vec"
     ;;
 
 #if HAVE_host_aout_vec

-- 
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]