aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-11-02 23:03:24 +0000
committerNick Clifton <nickc@redhat.com>2000-11-02 23:03:24 +0000
commit59ff2774bb9be2f469601edd4a9ddccc0c88685f (patch)
tree9b16f16e60b274fb20fbae596abce884a6aa80d2 /ld/Makefile.in
parent37d8bb275baa259bc12f873cc4bf2a4f8ef81af5 (diff)
downloadfsf-binutils-gdb-59ff2774bb9be2f469601edd4a9ddccc0c88685f.zip
fsf-binutils-gdb-59ff2774bb9be2f469601edd4a9ddccc0c88685f.tar.gz
fsf-binutils-gdb-59ff2774bb9be2f469601edd4a9ddccc0c88685f.tar.bz2
Add support for *-storm-chaos target
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 125aaf1..4bb110d 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -261,6 +261,7 @@ ALL_EMULATIONS = \
eelf32ppcsim.o \
eelf_i386.o \
eelf_i386_be.o \
+ eelf_i386_chaos.o \
egld960.o \
egld960coff.o \
eh8300.o \
@@ -1215,6 +1216,9 @@ eelf_i386.c: $(srcdir)/emulparams/elf_i386.sh \
eelf_i386_be.c: $(srcdir)/emulparams/elf_i386_be.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf_i386_be "$(tdir_elf_i386_be)"
+eelf_i386_chaos.c: $(srcdir)/emulparams/elf_i386_chaos.sh \
+ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+ ${GENSCRIPTS} elf_i386_chaos "$(tdir_elf_i386_chaos)"
egld960.c: $(srcdir)/emulparams/gld960.sh \
$(srcdir)/emultempl/gld960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS}
${GENSCRIPTS} gld960 "$(tdir_gld960)"