native cc re-used after 3-stage now

Kaveh R. Ghazi ghazi@caip.rutgers.edu
Sun Jun 11 06:42:00 GMT 2000


 > From: "H . J . Lu" <hjl@valinux.com>
 > 
 > This patch is for the parallel make problem I saw. The problem is the
 > missing dependency in the rule for libintl.a, btw, it is not the only
 > place in gcc. You cannot do it with parallel build. In my case, GNU
 > make starts building both libintl.a and intl.all at the same time
 > since GNU make sees them as independent, unrelated targets. My patch
 > adds the dependency for libintl.a to make it depend on intl.intl.all
 > so that GNU make will starts building intl.intl.all first, knowing
 > libintl.a will be there when intl.intl.all is done.
 > H.J. Lu (hjl@gnu.org)

HJ, thanks for the explanation.  Mark's shorter alternative seems to
have fixed my problem also.  But I appreciate your clarification.

		--Kaveh

PS: Robert, is the cpp relink problem solved for you too?

--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions


More information about the Gcc-bugs mailing list