* config/pa/t-pa64 (libgcc_stub.a): Use $(T).

From-SVN: r120595
This commit is contained in:
Daniel Jacobowitz 2007-01-08 22:50:43 +00:00 committed by Daniel Jacobowitz
parent df1133a62c
commit 1c61ff2946
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
* config/pa/t-pa64 (libgcc_stub.a): Use $(T).
2007-01-09 Ben Elliston <bje@au.ibm.com>
* genautomata.c (STATS_OPTION): New option.

View File

@ -22,7 +22,7 @@ jvrc-stub.o: stublib.c $(GCC_PASSES)
$(GCC_FOR_TARGET) -c -O2 -DL_Jv_RegisterClasses stublib.c \
-o jvrc-stub.o
libgcc_stub.a: $(LIBGCCSTUB_OBJS)
-rm -rf libgcc_stub.a
$(AR) rc libgcc_stub.a $(LIBGCCSTUB_OBJS)
$(RANLIB) libgcc_stub.a
$(T)libgcc_stub.a: $(LIBGCCSTUB_OBJS)
-rm -rf $(T)libgcc_stub.a
$(AR) rc $(T)libgcc_stub.a $(LIBGCCSTUB_OBJS)
$(RANLIB) $(T)libgcc_stub.a