diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1992-05-08 23:04:54 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1992-05-08 23:04:54 +0000 |
commit | ff514262a1db4d480fe5363353efcb769d872cc5 (patch) | |
tree | d7a15c8be98525ecadb9d62c4c66d957f46afc15 | |
parent | 1e276c4accd82e3e86f7c6b2f0cc6052cbeb4d22 (diff) | |
download | gcc-ff514262a1db4d480fe5363353efcb769d872cc5.zip gcc-ff514262a1db4d480fe5363353efcb769d872cc5.tar.gz gcc-ff514262a1db4d480fe5363353efcb769d872cc5.tar.bz2 |
*** empty log message ***
From-SVN: r941
-rw-r--r-- | gcc/config/mips/t-mips | 4 | ||||
-rw-r--r-- | gcc/config/mips/t-osfrose | 4 | ||||
-rw-r--r-- | gcc/config/mips/t-ultrix | 4 |
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: # |