aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-11-30 19:30:33 +0000
committerNick Clifton <nickc@redhat.com>2000-11-30 19:30:33 +0000
commit2be3aa031f3db9eadc5313636ab9acbe2cf04eb4 (patch)
tree51d7d67a69a5e12b142c35e8b94a2142d8c4d014 /ld/Makefile.am
parent8d88c4ca53bf3be481587f21611576ff82f38ed5 (diff)
downloadgdb-2be3aa031f3db9eadc5313636ab9acbe2cf04eb4.zip
gdb-2be3aa031f3db9eadc5313636ab9acbe2cf04eb4.tar.gz
gdb-2be3aa031f3db9eadc5313636ab9acbe2cf04eb4.tar.bz2
Add support for x86_64-*-linux-gnu* target
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 2093694..75d74aa 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -242,6 +242,7 @@ ALL_EMULATIONS = \
ALL_64_EMULATIONS = \
eelf64_ia64.o \
+ eelf_x86_64.o \
eelf64_sparc.o \
eelf64alpha.o \
eelf64bmip.o \
@@ -499,6 +500,9 @@ eelf64bmip.c: $(srcdir)/emulparams/elf64bmip.sh \
eelf_i386.c: $(srcdir)/emulparams/elf_i386.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf_i386 "$(tdir_elf_i386)"
+eelf_x86_64.c: $(srcdir)/emulparams/elf_x86_64.sh \
+ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+ ${GENSCRIPTS} elf_x86_64 "$(tdir_elf_x86_64)"
eelf_i386_be.c: $(srcdir)/emulparams/elf_i386_be.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf_i386_be "$(tdir_elf_i386_be)"