*** empty log message ***

From-SVN: r941
This commit is contained in:
Michael Meissner 1992-05-08 23:04:54 +00:00
parent 1e276c4acc
commit ff514262a1
3 changed files with 12 additions and 0 deletions

View File

@ -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:
#

View File

@ -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:
#

View File

@ -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:
#