diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-06-30 21:00:10 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 1999-06-30 21:00:10 +0000 |
commit | dc8319788003735291d8fa17bab7057682b1328e (patch) | |
tree | 4ab9ac50b0b5ea92db0265d69b93d8783f22b014 /ld/Makefile.am | |
parent | 7403cb6305f5660fccc8869d3333a731102ae978 (diff) | |
download | gdb-dc8319788003735291d8fa17bab7057682b1328e.zip gdb-dc8319788003735291d8fa17bab7057682b1328e.tar.gz gdb-dc8319788003735291d8fa17bab7057682b1328e.tar.bz2 |
* Makefile.am (ALL_EMULATIONS): Add eelf32bmipn32.o.
(eelf32bmipn32.c): New target.
* Makefile.in: Regenerated.
* configure.tgt (mips-sgi-irix6*): Make n32 the default
emulation.
* emulparams/elf32bmipn32.sh: New file.
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 f42b51f..a84eec3 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -122,6 +122,7 @@ ALL_EMULATIONS = \ eelf32bmip.o \ eelf32ebmip.o \ eelf32elmip.o \ + eelf32bmipn32.o \ eelf32l4300.o \ eelf32lmip.o \ eelf32lppc.o \ @@ -354,6 +355,9 @@ eelf32ebmip.c: $(srcdir)/emulparams/elf32ebmip.sh \ eelf32elmip.c: $(srcdir)/emulparams/elf32elmip.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf32elmip "$(tdir_elf32elmip)" +eelf32bmipn32.c: $(srcdir)/emulparams/elf32bmipn32.sh \ + $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + ${GENSCRIPTS} elf32bmipn32 "$(tdir_elf32bmipn32)" eelf32l4300.c: $(srcdir)/emulparams/elf32l4300.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf32l4300 "$(tdir_elf32l4300)" |