aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1993-04-16 20:37:41 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1993-04-16 20:37:41 +0000
commit9ab34a86c9a3f24f52aa6607780b39339de16283 (patch)
tree7cb28368b6166797edae7e5c177384521dd11914 /gcc/config/mips
parentb7191cb536c3bc7b97d2d93a190f12aaa6847195 (diff)
downloadgcc-9ab34a86c9a3f24f52aa6607780b39339de16283.zip
gcc-9ab34a86c9a3f24f52aa6607780b39339de16283.tar.gz
gcc-9ab34a86c9a3f24f52aa6607780b39339de16283.tar.bz2
Delete extra dependencies.
From-SVN: r4164
Diffstat (limited to 'gcc/config/mips')
-rw-r--r--gcc/config/mips/t-mips34
-rw-r--r--gcc/config/mips/t-osfrose34
-rw-r--r--gcc/config/mips/t-ultrix33
3 files changed, 0 insertions, 101 deletions
diff --git a/gcc/config/mips/t-mips b/gcc/config/mips/t-mips
index 242c196..0bf2be5 100644
--- a/gcc/config/mips/t-mips
+++ b/gcc/config/mips/t-mips
@@ -1,5 +1,4 @@
EXTRA_PASSES = mips-tfile mips-tdump
-CONFIG2_H = $(srcdir)/config/mips/mips.h
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c
@@ -9,39 +8,6 @@ CONFIG2_H = $(srcdir)/config/mips/mips.h
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
-# Add additional dependencies to recompile selected modules whenever the
-# tm.h file changes. The files compiled are:
-#
-# gcc.c (*_SPEC changes)
-# toplev.c (new switches + assembly output changes)
-# sdbout.c (debug format changes)
-# dbxout.c (debug format changes)
-# dwarfout.c (debug format changes)
-# final.c (assembly output changes)
-# varasm.c (assembly output changes)
-# cse.c (cost functions)
-# insn-output.c (possible ifdef changes in tm.h)
-# regclass.c (fixed/call used register changes)
-# cccp.c (new preprocessor macros, -v version #)
-# explow.c (GO_IF_LEGITIMATE_ADDRESS)
-# recog.c (GO_IF_LEGITIMATE_ADDRESS)
-# reload.c (GO_IF_LEGITIMATE_ADDRESS)
-
-gcc.o: $(CONFIG2_H)
-toplev.o: $(CONFIG2_H)
-sdbout.o: $(CONFIG2_H)
-dbxout.o: $(CONFIG2_H)
-dwarfout.o: $(CONFIG2_H)
-final.o: $(CONFIG2_H)
-varasm.o: $(CONFIG2_H)
-cse.o: $(CONFIG2_H)
-insn-output.o: $(CONFIG2_H)
-regclass.o: $(CONFIG2_H)
-cccp.o: $(CONFIG2_H)
-explow.o: $(CONFIG2_H)
-recog.o: $(CONFIG2_H)
-reload.o: $(CONFIG2_H)
-
mips-tfile: mips-tfile.o version.o $(LIBDEPS)
$(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS)
diff --git a/gcc/config/mips/t-osfrose b/gcc/config/mips/t-osfrose
index 578c3bc..e1259a3 100644
--- a/gcc/config/mips/t-osfrose
+++ b/gcc/config/mips/t-osfrose
@@ -1,6 +1,5 @@
EXTRA_OBJS = halfpic.o
LIMITS_H =
-CONFIG2_H = $(srcdir)/config/mips/mips.h $(srcdir)/config/mips/osfrose.h $(srcdir)/halfpic.h
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c
@@ -10,37 +9,4 @@ CONFIG2_H = $(srcdir)/config/mips/mips.h $(srcdir)/config/mips/osfrose.h $(srcdi
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
-# Add additional dependencies to recompile selected modules whenever the
-# tm.h file changes. The files compiled are:
-#
-# gcc.c (*_SPEC changes)
-# toplev.c (new switches + assembly output changes)
-# sdbout.c (debug format changes)
-# dbxout.c (debug format changes)
-# dwarfout.c (debug format changes)
-# final.c (assembly output changes)
-# varasm.c (assembly output changes)
-# cse.c (cost functions)
-# insn-output.c (possible ifdef changes in tm.h)
-# regclass.c (fixed/call used register changes)
-# cccp.c (new preprocessor macros, -v version #)
-# explow.c (GO_IF_LEGITIMATE_ADDRESS)
-# recog.c (GO_IF_LEGITIMATE_ADDRESS)
-# reload.c (GO_IF_LEGITIMATE_ADDRESS)
-
-gcc.o: $(CONFIG2_H)
-toplev.o: $(CONFIG2_H)
-sdbout.o: $(CONFIG2_H)
-dbxout.o: $(CONFIG2_H)
-dwarfout.o: $(CONFIG2_H)
-final.o: $(CONFIG2_H)
-varasm.o: $(CONFIG2_H)
-cse.o: $(CONFIG2_H)
-insn-output.o: $(CONFIG2_H)
-regclass.o: $(CONFIG2_H)
-cccp.o: $(CONFIG2_H)
-explow.o: $(CONFIG2_H)
-recog.o: $(CONFIG2_H)
-reload.o: $(CONFIG2_H)
-
halfpic.o: halfpic.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H) $(TREE_H)
diff --git a/gcc/config/mips/t-ultrix b/gcc/config/mips/t-ultrix
index 242c196..8e4d54e 100644
--- a/gcc/config/mips/t-ultrix
+++ b/gcc/config/mips/t-ultrix
@@ -9,39 +9,6 @@ CONFIG2_H = $(srcdir)/config/mips/mips.h
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
-# Add additional dependencies to recompile selected modules whenever the
-# tm.h file changes. The files compiled are:
-#
-# gcc.c (*_SPEC changes)
-# toplev.c (new switches + assembly output changes)
-# sdbout.c (debug format changes)
-# dbxout.c (debug format changes)
-# dwarfout.c (debug format changes)
-# final.c (assembly output changes)
-# varasm.c (assembly output changes)
-# cse.c (cost functions)
-# insn-output.c (possible ifdef changes in tm.h)
-# regclass.c (fixed/call used register changes)
-# cccp.c (new preprocessor macros, -v version #)
-# explow.c (GO_IF_LEGITIMATE_ADDRESS)
-# recog.c (GO_IF_LEGITIMATE_ADDRESS)
-# reload.c (GO_IF_LEGITIMATE_ADDRESS)
-
-gcc.o: $(CONFIG2_H)
-toplev.o: $(CONFIG2_H)
-sdbout.o: $(CONFIG2_H)
-dbxout.o: $(CONFIG2_H)
-dwarfout.o: $(CONFIG2_H)
-final.o: $(CONFIG2_H)
-varasm.o: $(CONFIG2_H)
-cse.o: $(CONFIG2_H)
-insn-output.o: $(CONFIG2_H)
-regclass.o: $(CONFIG2_H)
-cccp.o: $(CONFIG2_H)
-explow.o: $(CONFIG2_H)
-recog.o: $(CONFIG2_H)
-reload.o: $(CONFIG2_H)
-
mips-tfile: mips-tfile.o version.o $(LIBDEPS)
$(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS)