aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorTimothy Wall <twall@alum.mit.edu>2001-02-22 17:24:33 +0000
committerTimothy Wall <twall@alum.mit.edu>2001-02-22 17:24:33 +0000
commit41c4999810228d4795d0855426bfa4d24bb31230 (patch)
treebce42484c1c4e78980d4d45abc966cfb174846cd /ld/Makefile.am
parent7463c317ad788d1e29737ecaf5b71f466fa88476 (diff)
downloadgdb-41c4999810228d4795d0855426bfa4d24bb31230.zip
gdb-41c4999810228d4795d0855426bfa4d24bb31230.tar.gz
gdb-41c4999810228d4795d0855426bfa4d24bb31230.tar.bz2
Add ia64-*-aix* configuration.
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 a66cefb..c7b8005 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -242,6 +242,7 @@ ALL_EMULATIONS = \
ez8002.o
ALL_64_EMULATIONS = \
+ eelf64_aix.o \
eelf64_ia64.o \
eelf_x86_64.o \
eelf64_s390.o \
@@ -486,6 +487,9 @@ eelf64alpha.c: $(srcdir)/emulparams/elf64alpha.sh \
eelf64hppa.c: $(srcdir)/emulparams/elf64hppa.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf64hppa "$(tdir_elf64hppa)"
+eelf64_aix.c: $(srcdir)/emulparams/elf64_aix.sh \
+ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+ ${GENSCRIPTS} elf64_aix "$(tdir_elf64_aix)"
eelf64_ia64.c: $(srcdir)/emulparams/elf64_ia64.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf64_ia64 "$(tdir_elf64_ia64)"