diff options
author | Nick Clifton <nickc@redhat.com> | 2004-03-30 14:04:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-03-30 14:04:32 +0000 |
commit | 0949843db222949909c1cc15724459445105ea1b (patch) | |
tree | 67f494d7588ecdf38c9a0c3c385d6e0c5ec23804 /ld/Makefile.am | |
parent | baaff79e16566902d0e30816bc3fe6b6fb12c323 (diff) | |
download | gdb-0949843db222949909c1cc15724459445105ea1b.zip gdb-0949843db222949909c1cc15724459445105ea1b.tar.gz gdb-0949843db222949909c1cc15724459445105ea1b.tar.bz2 |
Add (linker) support for CR16C processor
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index 25b1cfb..656ded2 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -149,6 +149,7 @@ ALL_EMULATIONS = \ eelf32_i860.o \ eelf32_sparc.o \ eelf32b4300.o \ + eelf32cr16c.o \ eelf32bmip.o \ eelf32bmipn32.o \ eelf32btsmip.o \ @@ -629,6 +630,10 @@ eelf32b4300.c: $(srcdir)/emulparams/elf32b4300.sh \ $(srcdir)/emulparams/elf32bmip.sh $(srcdir)/emultempl/mipself.em \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf32b4300 "$(tdir_elf32b4300)" +eelf32cr16c.c: $(srcdir)/emulparams/elf32cr16c.sh \ + $(srcdir)/emultempl/elf32.em \ + $(srcdir)/scripttempl/elf32cr16c.sc ${GEN_DEPENDS} + ${GENSCRIPTS} elf32cr16c "$(tdir_elf32cr16c)" eelf32bmip.c: $(srcdir)/emulparams/elf32bmip.sh \ $(srcdir)/emultempl/mipself.em \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |