+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.
$(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