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: Build failure due to .incbin


On Wed, Feb 28, 2007 at 11:57:19AM +1030, Alan Modra wrote:
> 	* configure.tgt (spu-*-elf*): Delete targ_extra_ofiles.

	* configure.tgt: Fix type last change.

Index: ld/configure.tgt
===================================================================
RCS file: /cvs/src/src/ld/configure.tgt,v
retrieving revision 1.207
diff -u -p -r1.207 configure.tgt
--- ld/configure.tgt	28 Feb 2007 01:29:58 -0000	1.207
+++ ld/configure.tgt	28 Feb 2007 01:38:25 -0000
@@ -576,7 +576,7 @@ sparc*-*-solaris2*)	targ_emul=elf32_spar
 sparc*-wrs-vxworks*)	targ_emul=sparcaout ;;
 sparc*-*-rtems*)        targ_emul=elf32_sparc
 			;;
-spu-*-elf*)		targ_emul=elf32_spu
+spu-*-elf*)		targ_emul=elf32_spu ;;
 tic30-*-*aout*)		targ_emul=tic30aout ;;
 tic30-*-*coff*)		targ_emul=tic30coff ;;
 tic4x-*-* | c4x-*-*)    targ_emul=tic4xcoff ; targ_extra_emuls="tic3xcoff tic3xcoff_onchip" ;;

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