aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2002-04-30 17:49:01 +0000
committerMark Mitchell <mark@codesourcery.com>2002-04-30 17:49:01 +0000
commit94349e12d27695a9b218471e3ef01ad66db479b2 (patch)
tree513f74cfdc7b9e8d3b3a2bc7b411ad874913a88d /ld/Makefile.am
parent9b2b7d69419e84dfb634e4bded25b0d108f21cc4 (diff)
downloadgdb-94349e12d27695a9b218471e3ef01ad66db479b2.zip
gdb-94349e12d27695a9b218471e3ef01ad66db479b2.tar.gz
gdb-94349e12d27695a9b218471e3ef01ad66db479b2.tar.bz2
* Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
(eelf32ppcwindiss.c): New target. * Makefile.in: Regenerated. * configure.tgt: Add support for powerpc-*-windiss. * emulparams/elf32ppcwindiss.sh: New file.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 4dbc1f4..93ae6b6 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -163,6 +163,7 @@ ALL_EMULATIONS = \
eelf32ppc_fbsd.o \
eelf32ppclinux.o \
eelf32ppcsim.o \
+ eelf32ppcwindiss.o \
eelf32xstormy16.o \
eelf_i386.o \
eelf_i386_be.o \
@@ -540,6 +541,8 @@ eelf32lppcsim.c: $(srcdir)/emulparams/elf32lppcsim.sh \
$(srcdir)/emulparams/elf32lppc.sh $(srcdir)/emulparams/elf32ppc.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf32lppcsim "$(tdir_elf32lppcsim)"
+eelf32ppcwindiss.c: $(srcdir)/emulparams/elf32ppcwindiss.sh ${GEN_DEPENDS}
+ ${GENSCRIPTS} elf32ppcwindiss "$(tdir_elf32ppcwindiss)"
eelf32lsmip.c: $(srcdir)/emulparams/elf32lsmip.sh \
$(srcdir)/emulparams/elf32lmip.sh $(srcdir)/emulparams/elf32bmip.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}