diff options
author | Steve Ellcey <sje@cup.hp.com> | 2006-04-21 17:39:15 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2006-04-21 17:39:15 +0000 |
commit | 3144998ac188650707e48ef5d3c4fce66c100fd8 (patch) | |
tree | 1f5c4eb7777861f3821b6ef619f3091fba2e5766 | |
parent | 87b24aaf2bc34c0f1b880bb1bcff1ac2752f712a (diff) | |
download | gcc-3144998ac188650707e48ef5d3c4fce66c100fd8.zip gcc-3144998ac188650707e48ef5d3c4fce66c100fd8.tar.gz gcc-3144998ac188650707e48ef5d3c4fce66c100fd8.tar.bz2 |
* config/pa/t-pa64: Add dependencies on $(GCC_PASSES).
From-SVN: r113141
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/pa/t-pa64 | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9f1bdd6..5c839a1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/pa/t-pa64 b/gcc/config/pa/t-pa64 index 9d4a545..66cc4b5 100644 --- a/gcc/config/pa/t-pa64 +++ b/gcc/config/pa/t-pa64 @@ -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 |