* config/pa/t-pa64: Add dependencies on $(GCC_PASSES).

From-SVN: r113141
This commit is contained in:
Steve Ellcey 2006-04-21 17:39:15 +00:00 committed by Steve Ellcey
parent 87b24aaf2b
commit 3144998ac1
2 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2006-04-21 Steve Ellcey <sje@cup.hp.com>
* config/pa/t-pa64: Add dependencies on $(GCC_PASSES).
2006-04-21 Paul Brook <paul@codesourcery.com>
* config/arm/arm.c (arm_override_options): Error on iWMMXt and

View file

@ -6,19 +6,19 @@ stublib.c: $(srcdir)/config/pa/stublib.c
rm -f stublib.c
cp $(srcdir)/config/pa/stublib.c .
rfi-stub.o: stublib.c
rfi-stub.o: stublib.c $(GCC_PASSES)
$(GCC_FOR_TARGET) -c -O2 -DL_register_frame_info stublib.c \
-o rfi-stub.o
dfi-stub.o: stublib.c
dfi-stub.o: stublib.c $(GCC_PASSES)
$(GCC_FOR_TARGET) -c -O2 -DL_deregister_frame_info stublib.c \
-o dfi-stub.o
cxaf-stub.o: stublib.c
cxaf-stub.o: stublib.c $(GCC_PASSES)
$(GCC_FOR_TARGET) -c -O2 -DL_cxa_finalize stublib.c \
-o cxaf-stub.o
jvrc-stub.o: stublib.c
jvrc-stub.o: stublib.c $(GCC_PASSES)
$(GCC_FOR_TARGET) -c -O2 -DL_Jv_RegisterClasses stublib.c \
-o jvrc-stub.o