spu target selection

Alan Modra amodra@bigpond.net.au
Sat Apr 21 05:16:00 GMT 2007


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



More information about the Binutils mailing list