aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-10-08 07:44:01 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1993-10-08 07:44:01 -0400
commit4e0db2ceeb43e83f63c9b600046bdb7fc84737e4 (patch)
tree51c2e1536bb741f71251ae3ff9fba7b8e7369891
parentc3134623ce9320a58f9858bc0dc928c4a4ab74b7 (diff)
downloadgcc-4e0db2ceeb43e83f63c9b600046bdb7fc84737e4.zip
gcc-4e0db2ceeb43e83f63c9b600046bdb7fc84737e4.tar.gz
gcc-4e0db2ceeb43e83f63c9b600046bdb7fc84737e4.tar.bz2
(mips-tfile, mips-tfile.o, mips-tdump, mips-tdump.o): New rules.
From-SVN: r5675
-rw-r--r--gcc/Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index e17ba96..91cd931 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -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 \
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
# define ALLOCA=alloca.o. In that case, you must get a suitable alloca.c
# from the GNU Emacs distribution.