diff options
author | Alan Modra <amodra@gmail.com> | 2002-05-31 03:02:35 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-05-31 03:02:35 +0000 |
commit | a0cb91c65777580306e1c6cb70bb2362e0c08962 (patch) | |
tree | b68023b90e97a8ae0f35772741983a5c48b46632 /ld/Makefile.in | |
parent | 34e979525e0bef8facbfffc60df942d353369c03 (diff) | |
download | ppe42-binutils-a0cb91c65777580306e1c6cb70bb2362e0c08962.tar.gz ppe42-binutils-a0cb91c65777580306e1c6cb70bb2362e0c08962.zip |
* Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
(ei386nto.c): Add rule.
* Makefile.in: Regenerate.
* configure.tgt: Add i[3456]86-*-nto-qnx*.
* emulparams/i386nto.sh: New file.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index df4cf3205f..f1f5c25935 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -286,7 +286,7 @@ deffilep.c ldgram.c ldlex.c DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best SOURCES = $(ld_new_SOURCES) $(EXTRA_ld_new_SOURCES) OBJECTS = $(ld_new_OBJECTS) @@ -1522,6 +1522,9 @@ ez8001.c: $(srcdir)/emulparams/z8001.sh \ ez8002.c: $(srcdir)/emulparams/z8002.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS} ${GENSCRIPTS} z8002 "$(tdir_z8002)" +ei386nto.c: $(srcdir)/emulparams/i386nto.sh \ + $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + ${GENSCRIPTS} i386nto "$(tdir_i386nto)" # The generated emulation files mostly have the same dependencies. $(EMULATION_OFILES): ../bfd/bfd.h sysdep.h config.h $(INCDIR)/bfdlink.h \ |