From ca09a9d4228019df2bd543d0b1619f2762e72cf8 Mon Sep 17 00:00:00 2001 From: drow Date: Mon, 8 Jan 2007 22:50:43 +0000 Subject: [PATCH] * config/pa/t-pa64 (libgcc_stub.a): Use $(T). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120595 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/pa/t-pa64 | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9157e1418e15..44039cced1f2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-01-08 Daniel Jacobowitz + + * config/pa/t-pa64 (libgcc_stub.a): Use $(T). + 2007-01-09 Ben Elliston * genautomata.c (STATS_OPTION): New option. diff --git a/gcc/config/pa/t-pa64 b/gcc/config/pa/t-pa64 index 66cc4b5b04b8..9fd9607eb998 100644 --- a/gcc/config/pa/t-pa64 +++ b/gcc/config/pa/t-pa64 @@ -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 -- 2.47.3