aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1992-05-08 23:04:54 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1992-05-08 23:04:54 +0000
commitff514262a1db4d480fe5363353efcb769d872cc5 (patch)
treed7a15c8be98525ecadb9d62c4c66d957f46afc15 /gcc
parent1e276c4accd82e3e86f7c6b2f0cc6052cbeb4d22 (diff)
downloadgcc-ff514262a1db4d480fe5363353efcb769d872cc5.zip
gcc-ff514262a1db4d480fe5363353efcb769d872cc5.tar.gz
gcc-ff514262a1db4d480fe5363353efcb769d872cc5.tar.bz2
*** empty log message ***
From-SVN: r941
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/mips/t-mips4
-rw-r--r--gcc/config/mips/t-osfrose4
-rw-r--r--gcc/config/mips/t-ultrix4
3 files changed, 12 insertions, 0 deletions
diff --git a/gcc/config/mips/t-mips b/gcc/config/mips/t-mips
index 6120d2b..4c4138aa 100644
--- a/gcc/config/mips/t-mips
+++ b/gcc/config/mips/t-mips
@@ -3,6 +3,10 @@ CCLIBFLAGS = -O -G 0
LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1 -G 0
CONFIG2_H = $(srcdir)/config/mips.h
+# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
+PREMADE_ATTRTAB = config/mips-at.c
+PREMADE_ATTRTAB_MD = config/mips-at.md
+
# Add additional dependencies to recompile selected modules whenever the
# tm.h file changes. The files compiled are:
#
diff --git a/gcc/config/mips/t-osfrose b/gcc/config/mips/t-osfrose
index c0e0848..fb0362d 100644
--- a/gcc/config/mips/t-osfrose
+++ b/gcc/config/mips/t-osfrose
@@ -2,6 +2,10 @@ EXTRA_OBJS = halfpic.o
LIMITS_H =
CONFIG2_H = $(srcdir)/config/mips.h $(srcdir)/config/decrose.h $(srcdir)/halfpic.h
+# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
+PREMADE_ATTRTAB = config/mips-at.c
+PREMADE_ATTRTAB_MD = config/mips-at.md
+
# Add additional dependencies to recompile selected modules whenever the
# tm.h file changes. The files compiled are:
#
diff --git a/gcc/config/mips/t-ultrix b/gcc/config/mips/t-ultrix
index 6120d2b..4c4138aa 100644
--- a/gcc/config/mips/t-ultrix
+++ b/gcc/config/mips/t-ultrix
@@ -3,6 +3,10 @@ CCLIBFLAGS = -O -G 0
LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1 -G 0
CONFIG2_H = $(srcdir)/config/mips.h
+# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
+PREMADE_ATTRTAB = config/mips-at.c
+PREMADE_ATTRTAB_MD = config/mips-at.md
+
# Add additional dependencies to recompile selected modules whenever the
# tm.h file changes. The files compiled are:
#