summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-10-08 07:46:38 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1993-10-08 07:46:38 -0400
commit02f72ad504dcbf319cd27fb6091cf66944d7626e (patch)
tree9b1e53d84d0156d70dfd039aba7297ba56a46674 /gcc/config
parent2c2c2fb1008bb73463f8bb46395d2461d0ef81b1 (diff)
downloadgcc-02f72ad504dcbf319cd27fb6091cf66944d7626e.tar.gz
Remove definition of EXTRA_PASSES and remove rules for mips-* files.
From-SVN: r5677
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/mips/t-bsd12
-rw-r--r--gcc/config/mips/t-mips12
-rw-r--r--gcc/config/mips/t-svr312
-rw-r--r--gcc/config/mips/t-svr412
-rw-r--r--gcc/config/mips/t-ultrix11
5 files changed, 0 insertions, 59 deletions
diff --git a/gcc/config/mips/t-bsd b/gcc/config/mips/t-bsd
index 2d66be48e11..44ac29d58ca 100644
--- a/gcc/config/mips/t-bsd
+++ b/gcc/config/mips/t-bsd
@@ -2,8 +2,6 @@
# to point to the bsd43 include files.
SYSTEM_HEADER_DIR = /bsd43/usr/include
-EXTRA_PASSES = mips-tfile mips-tdump
-
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c
# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md
@@ -12,13 +10,3 @@ EXTRA_PASSES = mips-tfile mips-tdump
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
-
-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) $(CONFIG2_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) $(CONFIG2_H) $(RTL_H)
diff --git a/gcc/config/mips/t-mips b/gcc/config/mips/t-mips
index 85709dc084e..ad90c01c3e6 100644
--- a/gcc/config/mips/t-mips
+++ b/gcc/config/mips/t-mips
@@ -1,5 +1,3 @@
-EXTRA_PASSES = mips-tfile mips-tdump
-
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c
# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md
@@ -8,13 +6,3 @@ EXTRA_PASSES = mips-tfile mips-tdump
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
-
-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) $(CONFIG2_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) $(CONFIG2_H) $(RTL_H)
diff --git a/gcc/config/mips/t-svr3 b/gcc/config/mips/t-svr3
index 2be011319c1..c5ba382b813 100644
--- a/gcc/config/mips/t-svr3
+++ b/gcc/config/mips/t-svr3
@@ -2,8 +2,6 @@
# to point to the svr3 include files.
SYSTEM_HEADER_DIR = /sysv/usr/include
-EXTRA_PASSES = mips-tfile mips-tdump
-
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c
# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md
@@ -12,13 +10,3 @@ EXTRA_PASSES = mips-tfile mips-tdump
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
-
-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) $(CONFIG2_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) $(CONFIG2_H) $(RTL_H)
diff --git a/gcc/config/mips/t-svr4 b/gcc/config/mips/t-svr4
index e14e947d4c3..42da2159614 100644
--- a/gcc/config/mips/t-svr4
+++ b/gcc/config/mips/t-svr4
@@ -2,8 +2,6 @@
# to point to the svr4 include files.
SYSTEM_HEADER_DIR = /svr4/usr/include
-EXTRA_PASSES = mips-tfile mips-tdump
-
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c
# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md
@@ -12,13 +10,3 @@ EXTRA_PASSES = mips-tfile mips-tdump
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
-
-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) $(CONFIG2_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) $(CONFIG2_H) $(RTL_H)
diff --git a/gcc/config/mips/t-ultrix b/gcc/config/mips/t-ultrix
index cef2999c745..4b2c8d09643 100644
--- a/gcc/config/mips/t-ultrix
+++ b/gcc/config/mips/t-ultrix
@@ -1,4 +1,3 @@
-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.
@@ -9,13 +8,3 @@ CONFIG2_H = $(srcdir)/config/mips/mips.h
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
-
-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) $(CONFIG2_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) $(CONFIG2_H) $(RTL_H)