X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bfd%2FMakefile.am;h=5ed9bc76e052f60436b19cc1cdefcacdac454a2b;hb=811971141320a4b6a6af86c9efc9a48418accaab;hp=cacf7a384a37ba387579944702a0bbb8f8f1c837;hpb=b5e04c2b908db5f41c0869981941440a6ca5ac3e;p=platform%2Fupstream%2Fbinutils.git diff --git a/bfd/Makefile.am b/bfd/Makefile.am index cacf7a3..5ed9bc7 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -678,7 +678,6 @@ BFD64_BACKENDS = \ vms-alpha.lo BFD64_BACKENDS_CFILES = \ - elf64-aarch64.c \ aix5ppc-core.c \ aout64.c \ coff-alpha.c \ @@ -764,6 +763,7 @@ SOURCE_CFILES = \ $(OPTIONAL_BACKENDS_CFILES) BUILD_CFILES = \ + elf64-aarch64.c \ elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c CFILES = $(SOURCE_CFILES) $(BUILD_CFILES) @@ -912,6 +912,11 @@ elf64-target.h : elfxx-target.h sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new mv -f elf64-target.new elf64-target.h +elf64-aarch64.c : elfnn-aarch64.c + rm -f elf64-aarch64.c + sed -e s/NN/64/g < $(srcdir)/elfnn-aarch64.c > elf64-aarch64.new + mv -f elf64-aarch64.new elf64-aarch64.c + elf32-ia64.c : elfnn-ia64.c rm -f elf32-ia64.c sed -e s/NN/32/g < $(srcdir)/elfnn-ia64.c > elf32-ia64.new