This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Bootstrap make -- tries to compile c++ too soon
- To: gcc-bugs at gcc dot gnu dot org, hjl at gnu dot org
- Subject: Bootstrap make -- tries to compile c++ too soon
- From: Donn Terry <donnte at microsoft dot com>
- Date: Thu, 25 May 2000 23:04:04 -0700
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.
Thanks in advance for looking into this.
Donn