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-Makefile.in.patch






Makefile.in : add eaixppc64 emulation for xcoff64

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


diff -rcp sources-original/src/ld/Makefile.in sources/src/ld/Makefile.in
*** sources-original/src/ld/Makefile.in	Sat Jan 20 00:28:57 2001
--- sources/src/ld/Makefile.in	Mon Jan 22 15:06:55 2001
*************** ALL_64_EMULATIONS = \
*** 355,361 ****
  	eelf64_sparc.o \
  	eelf64alpha.o \
  	eelf64bmip.o \
! 	eelf64hppa.o


  ALL_EMUL_EXTRA_OFILES = \
--- 355,362 ----
  	eelf64_sparc.o \
  	eelf64alpha.o \
  	eelf64bmip.o \
! 	eelf64hppa.o \
! 	eaixppc64.o


  ALL_EMUL_EXTRA_OFILES = \
*************** stringify.sed: ${srcdir}/emultempl/$(STR
*** 1023,1028 ****
--- 1024,1032 ----
  ea29k.c: $(srcdir)/emulparams/a29k.sh \
    $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/a29k.sc
${GEN_DEPENDS}
  	${GENSCRIPTS} a29k "$(tdir_a29k)"
+ eaixppc64.c: $(srcdir)/emulparams/aixppc64.sh \
+   $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
+ 	${GENSCRIPTS} aixppc64 "$(tdir_aixppc64)"
  eaixppc.c: $(srcdir)/emulparams/aixppc.sh \
    $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
  	${GENSCRIPTS} aixppc "$(tdir_aixppc)"


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