Commit 1c61ff29 by Daniel Jacobowitz Committed by Daniel Jacobowitz

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

From-SVN: r120595
parent df1133a6
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.
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment