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]

xcoff64 ld-configure.tgt.patch



configure.tgt : add eaixppc64 emulation for xcoff64

--------------------------------------------------------------------------


diff -rcp sources-original/src/ld/configure.tgt sources/src/ld/configure.tgt
*** sources-original/src/ld/configure.tgt	Sat Jan 20 00:28:57 2001
--- sources/src/ld/configure.tgt	Mon Jan 22 15:07:39 2001
*************** powerpc-*-macos*)	targ_emul=ppcmacos ;;
*** 298,305 ****
  powerpc-*-netware*)	targ_emul=ppcnw ;;
  powerpcle-*-pe)         targ_emul=ppcpe ;;
  powerpcle-*-winnt*)     targ_emul=ppcpe ;;
! powerpcle-*-cygwin*)   targ_emul=ppcpe ;;
! powerpc-*-aix*)		targ_emul=aixppc ;;
  powerpc-*-beos*)	targ_emul=aixppc ;;
  rs6000-*-aix*)		targ_emul=aixrs6 ;;
  tic30-*-*aout*)		targ_emul=tic30aout ;;
--- 298,309 ----
  powerpc-*-netware*)	targ_emul=ppcnw ;;
  powerpcle-*-pe)         targ_emul=ppcpe ;;
  powerpcle-*-winnt*)     targ_emul=ppcpe ;;
! powerpcle-*-cygwin*)    targ_emul=ppcpe ;;
!
! powerpc-*-aix*)		targ_emul=aixppc
! 			targ_extra_emuls="aixppc64"
! 			tdir_aixppc64=${targ_alias}
! 			;;
  powerpc-*-beos*)	targ_emul=aixppc ;;
  rs6000-*-aix*)		targ_emul=aixrs6 ;;
  tic30-*-*aout*)		targ_emul=tic30aout ;;
Only in sources/src/ld/emulparams: aixppc64.sh


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