This is the mail archive of the binutils@sourceware.cygnus.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]

patch to enable NetBSD/sparc ELF and /sparc64 support to ld



please apply this patch to ld/configure.tgt.  it adds support for
NetBSD/sparc ELF, and NetBSD/sparc64.

thanks.


(ah, glad to get these diffs out of my tree :).



Index: ld/configure.tgt
===================================================================
RCS file: /cvs/src/src/ld/configure.tgt,v
retrieving revision 1.24
diff -p -r1.24 configure.tgt
*** configure.tgt	2000/03/27 08:39:13	1.24
--- configure.tgt	2000/04/14 03:55:48
*************** sparc*-*-linux-gnu*)	targ_emul=elf32_spa
*** 55,60 ****
--- 55,62 ----
  			tdir_sun4=sparc-sun-sunos4
  			;;
  sparc*-*-lynxos*)	targ_emul=sparclynx ;;
+ sparc64-*-netbsd*)	targ_emul=elf64_sparc ;;
+ sparc*-*-netbsd*elf*)	targ_emul=elf32_sparc ;;
  sparc*-*-netbsd*)	targ_emul=sparcnbsd ;;
  sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
  			targ_emul=elf32_sparc ;;

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