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]

Blackfin: set default bfd for bfin-linux-uclibc targets


ive committed this patch for Blackfin FDPIC targets so the linker defaults to 
the FDPIC bfd
-mike

2008-04-25  Michael Frysinger  <vapier@gentoo.org>

	* configure.tgt (bfin-*-linux-uclibc*): Set targ_emul to elf32bfinfd
	and targ_extra_emuls to elf32bfin.

Attachment: signature.asc
Description: This is a digitally signed message part.

2008-04-25  Michael Frysinger  <vapier@gentoo.org>

	* configure.tgt (bfin-*-linux-uclibc*): Set targ_emul to elf32bfinfd
	and targ_extra_emuls to elf32bfin.

Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/ld/configure.tgt,v
retrieving revision 1.217
diff -u -p -r1.217 configure.tgt
--- configure.tgt	1 Feb 2008 17:58:48 -0000	1.217
+++ configure.tgt	26 Apr 2008 01:08:45 -0000
@@ -121,8 +121,8 @@ bfin-*-uclinux*)	targ_emul=elf32bfin;
 			targ_extra_emuls="elf32bfinfd"
 			targ_extra_libpath=$targ_extra_emuls
 			;;
-bfin-*-linux-uclibc*)	targ_emul=elf32bfin;
-			targ_extra_emuls="elf32bfinfd"
+bfin-*-linux-uclibc*)	targ_emul=elf32bfinfd;
+			targ_extra_emuls="elf32bfin"
 			targ_extra_libpath=$targ_extra_emuls
 			;;
 cr16-*-elf*)            targ_emul=elf32cr16 ;;

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