diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1992-02-21 22:09:56 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1992-02-21 22:09:56 +0000 |
commit | ef6feb3014b0beed226ed2a5d8d3846182d47811 (patch) | |
tree | 8646f66203eb2f0c6dfcc9351c65b026fad7b609 /gcc | |
parent | cdd29d6fc950871512603476a31c2c39461d76a5 (diff) | |
download | gcc-ef6feb3014b0beed226ed2a5d8d3846182d47811.zip gcc-ef6feb3014b0beed226ed2a5d8d3846182d47811.tar.gz gcc-ef6feb3014b0beed226ed2a5d8d3846182d47811.tar.bz2 |
*** empty log message ***
From-SVN: r356
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/t-osfrose | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/mips/t-osfrose b/gcc/config/mips/t-osfrose index 199d492..d25507f 100644 --- a/gcc/config/mips/t-osfrose +++ b/gcc/config/mips/t-osfrose @@ -1,7 +1,8 @@ ALL = Makefile start.encap libgcc.a EXTRA_PASSES = ld +EXTRA_OBJS = halfpic.o LIMITS_H = -CONFIG2_H = $(srcdir)/config/mips.h $(srcdir)/config/decrose.h +CONFIG2_H = $(srcdir)/config/mips.h $(srcdir)/config/decrose.h $(srcdir)/halfpic.h # Add additional dependencies to recompile selected modules whenever the # tm.h file changes. The files compiled are: @@ -36,6 +37,8 @@ explow.o: $(CONFIG2_H) recog.o: $(CONFIG2_H) reload.o: $(CONFIG2_H) +halfpic.o: halfpic.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H) $(TREE_H) + # Build collect ld: collect2 |