aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-11-30 19:16:54 +0000
committerNick Clifton <nickc@redhat.com>2000-11-30 19:16:54 +0000
commit8d88c4ca53bf3be481587f21611576ff82f38ed5 (patch)
treef88d76c0bcfe6592dd0e356e8d6196fc1c084d49 /bfd/Makefile.in
parentabf1d184bdd1ddb2e6c4d9d95e3807cbe9fd5c26 (diff)
downloadfsf-binutils-gdb-8d88c4ca53bf3be481587f21611576ff82f38ed5.zip
fsf-binutils-gdb-8d88c4ca53bf3be481587f21611576ff82f38ed5.tar.gz
fsf-binutils-gdb-8d88c4ca53bf3be481587f21611576ff82f38ed5.tar.bz2
Add support for x86_64-*-linux-gnu* target
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index e4e1efb..e8779b8 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -536,6 +536,7 @@ BFD64_BACKENDS = \
coff64-rs6000.lo \
demo64.lo \
efi-app-ia64.lo \
+ elf64-x86-64.lo \
elf64-alpha.lo \
elf64-hppa.lo \
elf64-ia64.lo \
@@ -553,6 +554,7 @@ BFD64_BACKENDS_CFILES = \
coff64-rs6000.c \
demo64.c \
efi-app-ia64.c \
+ elf64-x86-64.c \
elf64-alpha.c \
elf64-hppa.c \
elf64-ia64.c \
@@ -1794,6 +1796,10 @@ elf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
$(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
$(INCDIR)/elf/reloc-macros.h elf64-target.h
+elf64-x86-64.lo: elf64-x86-64.c $(INCDIR)/filenames.h elf-bfd.h \
+ $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
+ $(INCDIR)/bfdlink.h $(INCDIR)/opcode/i386.h $(INCDIR)/elf/x86-64.h \
+ $(INCDIR)/elf/reloc-macros.h elf64-target.h
elf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h elf-bfd.h \
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
$(INCDIR)/bfdlink.h elf64-target.h