diff options
author | Nick Clifton <nickc@redhat.com> | 2002-07-17 14:15:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-07-17 14:15:52 +0000 |
commit | cf88bb9f09d71baa044b1bb8ed774f56839236ec (patch) | |
tree | da383eac35d1e76029bc2bfb3ea344e254f390a0 /ld/Makefile.am | |
parent | 0dafd5f6a9d00407314e765ce587fbf4d58fd9e3 (diff) | |
download | gdb-cf88bb9f09d71baa044b1bb8ed774f56839236ec.zip gdb-cf88bb9f09d71baa044b1bb8ed774f56839236ec.tar.gz gdb-cf88bb9f09d71baa044b1bb8ed774f56839236ec.tar.bz2 |
Add IP2k support to BFD and LD
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index 8247d25..fbdb946 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -161,6 +161,7 @@ ALL_EMULATIONS = \ eelf32fr30.o \ eelf32frv.o \ eelf32i370.o \ + eelf32ip2k.o \ eelf32l4300.o \ eelf32lmip.o \ eelf32lppc.o \ @@ -626,6 +627,9 @@ eelf64lppc.c: $(srcdir)/emulparams/elf64lppc.sh \ eelf32i370.c: $(srcdir)/emulparams/elf32i370.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfi370.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf32i370 "$(tdir_elf32i370)" +eelf32ip2k.c: $(srcdir)/emulparams/elf32ip2k.sh \ + $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/ip2k.sc ${GEN_DEPENDS} + ${GENSCRIPTS} elf32ip2k "$(tdir_ip2k)" eelf64alpha.c: $(srcdir)/emulparams/elf64alpha.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf64alpha "$(tdir_elf64alpha)" |