Commit 4e0db2ce by Richard Kenner

(mips-tfile, mips-tfile.o, mips-tdump, mips-tdump.o): New rules.

From-SVN: r5675
parent c3134623
...@@ -1013,6 +1013,17 @@ aux-output.o : aux-output.c $(CONFIG_H) \ ...@@ -1013,6 +1013,17 @@ aux-output.o : aux-output.c $(CONFIG_H) \
$(RTL_H) regs.h hard-reg-set.h real.h insn-config.h conditions.h \ $(RTL_H) regs.h hard-reg-set.h real.h insn-config.h conditions.h \
insn-flags.h output.h insn-attr.h insn-codes.h insn-flags.h output.h insn-attr.h insn-codes.h
# Build auxiliary files that support ecoff format.
mips-tfile: mips-tfile.o version.o $(LIBDEPS)
$(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS)
mips-tfile.o : mips-tfile.c $(CONFIG_H) $(RTL_H)
mips-tdump: mips-tdump.o version.o $(LIBDEPS)
$(CC) $(CFLAGS) $(LDFLAGS) -o mips-tdump mips-tdump.o version.o $(LIBS)
mips-tdump.o : mips-tdump.c $(CONFIG_H) $(RTL_H)
# Normally this target is not used; but it is used if you # Normally this target is not used; but it is used if you
# define ALLOCA=alloca.o. In that case, you must get a suitable alloca.c # define ALLOCA=alloca.o. In that case, you must get a suitable alloca.c
# from the GNU Emacs distribution. # from the GNU Emacs distribution.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment