This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH RFA: Fix --enable-build-with-cxx


On Mon, Nov 15, 2010 at 8:53 PM, Mark Mitchell <mark@codesourcery.com> wrote:
> On 11/12/2010 10:24 AM, Diego Novillo wrote:
>
>>> I'll defer to our build maintainers to review this, but after this
>>> goes in could we make --enable-build-with-cxx the default?
>>
>> I implied doing this for next stage 1.
>
> It's definitely time to do this. ?We've debated it for years, reached a
> consensus (not without some dissent, but a consensus none-the-less).
> So, in GCC 4.6, Stage 1, let's flip the switch; the obvious patch is
> pre-approved.

Btw., I suggested earlier that an intermediate step to not break C++ build
and to excercise the various problems with installing and testing with
C++ built GCC without at the same time requiring a C++ host compiler
would be to build stage1 with a C compiler and stage2 and stage3 with
GCC as C++ compiler.  That will also keep us stay in the C/C++ intersection
until a useful use of C++ comes up (one might argue that building stage1
with C++ and stage2 and stage3 with C avoids regressions because of the
use of C++ of course).

Richard.

> Thank you,
>
> --
> Mark Mitchell
> CodeSourcery
> mark@codesourcery.com
> (650) 331-3385 x713
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]