Patch: PA parallel builds for hppa64-*-*

Steve Ellcey sje@cup.hp.com
Fri Apr 21 16:50:00 GMT 2006


A recent patch to the hppa64-*-* target on the main line and on the 4.1
branch broke the ability to do parallel builds for that target.  This
patch fixes the problem.  Tested on hppa64-hp-hpux11.11.

Ok to checkin on both the main line and the 4.1 branch?

Steve Ellcey
sje@cup.hp.com



2006-04-21  Steve Ellcey  <sje@cup.hp.com>

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

Index: t-pa64
===================================================================
--- t-pa64	(revision 113129)
+++ t-pa64	(working copy)
@@ -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
 



More information about the Gcc-patches mailing list