diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-07-02 07:18:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-07-02 07:18:40 +0000 |
commit | 85f7047147246283f33959470b7ca16bf7109b40 (patch) | |
tree | 87b199515f79f89f235c60e12a4fbaebd996ab04 /ld | |
parent | 23bc299bd87439c2bc1c2a7969b427b06831bfed (diff) | |
download | fsf-binutils-gdb-85f7047147246283f33959470b7ca16bf7109b40.zip fsf-binutils-gdb-85f7047147246283f33959470b7ca16bf7109b40.tar.gz fsf-binutils-gdb-85f7047147246283f33959470b7ca16bf7109b40.tar.bz2 |
rebuild
Diffstat (limited to 'ld')
-rw-r--r-- | ld/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 1dcf6aa..885457a 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -226,6 +226,7 @@ ALL_EMULATIONS = \ eelf32bmip.o \ eelf32ebmip.o \ eelf32elmip.o \ + eelf32bmipn32.o \ eelf32l4300.o \ eelf32lmip.o \ eelf32lppc.o \ @@ -1054,6 +1055,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)" |