From ff514262a1db4d480fe5363353efcb769d872cc5 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Fri, 8 May 1992 23:04:54 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r941 --- gcc/config/mips/t-mips | 4 ++++ gcc/config/mips/t-osfrose | 4 ++++ gcc/config/mips/t-ultrix | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/gcc/config/mips/t-mips b/gcc/config/mips/t-mips index 6120d2ba521..4c4138aadeb 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 c0e08489649..fb0362d128b 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 6120d2ba521..4c4138aadeb 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: # -- 2.30.2