This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Re: Bootstrap make -- tries to compile c++ too soon
On Fri, May 26, 2000 at 06:30:01PM -0700, Richard Henderson wrote:
> On Fri, May 26, 2000 at 05:24:18PM -0700, Zack Weinberg wrote:
> > The _proper_ fix, IMHO, is to make libgcc.a, or actually libgcc2.ready,
> > depend directly on $(LANGUAGES) as well as $(GCC_PASSES).
>
> Agreed. I'd noticed that problem and fixed it in my local
> tree a week or two ago, and then misplaced the change and
> forgot about it.
Well, don't apply the patch I sent in; libgcc.mk really does need to
depend on xgcc. I missed the use of $(GCC_FOR_TARGET) in the
envariable list.
Just putting that back got me through a -j2 bootstrap, on a
single-processor machine.
zw