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]

Patches to support traditional mips target (mips-dde-sysv4.2MP).


Here is the patch for binutils-000428/ld/configure.tgt
		


Index: configure.tgt
===================================================================
RCS file: /gnu/cvsroot/binutils-000428/ld/configure.tgt,v
retrieving revision 1.1.1.1
diff -u -p -b -r1.1.1.1 configure.tgt
--- configure.tgt	2000/04/29 05:26:08	1.1.1.1
+++ configure.tgt	2000/04/29 08:22:05
@@ -238,6 +238,7 @@ mips*-*-linux-gnu*)	targ_emul=elf32bsmip
 			targ_extra_emuls="elf32lsmip mipsbig mipslit"
 			;;
 mips*-*-lnews*)		targ_emul=mipslnews ;;
+mips*-*-sysv4*)		targ_emul=elf32btsmip ;;
 mn10200-*-*)		targ_emul=mn10200 ;;
 mn10300-*-*)		targ_emul=mn10300 ;;
 alpha*-*-linuxecoff*)	targ_emul=alpha targ_extra_emuls=elf64alpha

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