*** empty log message ***
From-SVN: r941
This commit is contained in:
parent
1e276c4acc
commit
ff514262a1
@ -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,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:
|
||||
#
|
||||
|
@ -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:
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user