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]
Other format: [Raw text]

ld/configure.tgt


Hi,

There is or32-*-rtems line missing in ld/configure.tgt file. I attached
the patch to fix this.

regards,
	Ivan
Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/ld/configure.tgt,v
retrieving revision 1.78
diff -c -3 -p -r1.78 configure.tgt
*** configure.tgt	2002/01/31 17:33:06	1.78
--- configure.tgt	2002/02/01 14:33:33
*************** ns32k-pc532-netbsd* | ns32k-pc532-lites*
*** 370,375 ****
--- 370,376 ----
  openrisc-*-*)		targ_emul=elf32openrisc ;;
  or32-*-coff)		targ_emul=or32 ;;
  or32-*-elf)		targ_emul=or32elf ;;
+ or32-*-rtems)           targ_emul=or32 ;;
  pdp11-*-*)		targ_emul=pdp11 ;;
  pjl*-*-*)	        targ_emul=pjlelf ; targ_extra_emuls="elf_i386" ;;
  pj*-*-*)	        targ_emul=pjelf ;;

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