This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
RE: Bootstrap make -- tries to compile c++ too soon
- To: "'H . J . Lu'" <hjl at lucon dot org>
- Subject: RE: Bootstrap make -- tries to compile c++ too soon
- From: Donn Terry <donnte at microsoft dot com>
- Date: Tue, 30 May 2000 12:52:09 -0700
- Cc: gcc-bugs at gcc dot gnu dot org
I presume by now you've seen the subsequent discussion
and resolution on the topic.
Donn
> -----Original Message-----
> From: H . J . Lu [mailto:hjl@lucon.org]
> Sent: Monday, May 29, 2000 10:04 PM
> To: Donn Terry
> Cc: gcc-bugs@gcc.gnu.org
> Subject: Re: Bootstrap make -- tries to compile c++ too soon
>
>
> On Thu, May 25, 2000 at 11:04:04PM -0700, Donn Terry wrote:
> > The change by HJL on 5/20 to cp/Make-lang.in causes c++ to be made
> > too soon (even with LANGUAGES=c (only)). In my case, the compiler
> > options used for C++ are incompatible with the bootstrap
> compiler, and
> > this change introduces a dependency on the C++ compiler actually
> > having been built. The rule body clearly is testing for
> whether LANGUAGES
> > intends to include C++, but the dependency is too strong.
> >
>
> Could you please send me your build log? I looked at mine. cc1plus
> was not built in the stage1 at all. I was wondering what I missed.
>
>
> H.J.
>