This is the mail archive of the binutils@sources.redhat.com 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]

LD patch for sh*-unknown-linux-gnu


Here's a patch to supports four specific targets.

GAS, BFD, and LD.  That's all.

ld/ChangeLog

2001-10-29  NIIBE Yutaka  <gniibe@m17n.org>

	* configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
	targets.
	(sh-*-linux*): Added targ_extra_libpath.

Index: ld/configure.tgt
===================================================================
RCS file: /cvs/src/src/ld/configure.tgt,v
retrieving revision 1.64
diff -u -3 -p -r1.64 configure.tgt
--- configure.tgt	2001/10/08 18:54:13	1.64
+++ configure.tgt	2001/10/29 09:37:03
@@ -231,6 +231,13 @@ h8500-*-hms* | h8500-*-coff*)
 sh-*-linux*)
 			targ_emul=shelf_linux
 			targ_extra_emuls=shlelf_linux
+			targ_extra_libpath=shelf_linux
+			;;
+sh*eb-*-linux*)
+			targ_emul=shelf_linux
+			;;
+sh*-*-linux*)
+			targ_emul=shlelf_linux
 			;;
 sh-*-elf* | sh-*-rtemself*)
 			targ_emul=shelf
-- 


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