Re: [cxx-conversion] Remove option to build without a C++ compiler (issue6296093)

2012-06-20 Thread Diego Novillo
On 12-06-20 10:10 , Steven Bosscher wrote: -# By default, C is the only stage 1 language. +# By default, C and C++ are the only stage 1 languages. stage1_languages=,c, So shouldn't you add c++ here? That was a bad change on the comment. We only need C for stage1. Thanks for spotting it.

Re: [cxx-conversion] Remove option to build without a C++ compiler (issue6296093)

2012-06-20 Thread Richard Guenther
On Wed, Jun 20, 2012 at 4:10 PM, Steven Bosscher wrote: > On Wed, Jun 20, 2012 at 1:08 AM, Diego Novillo wrote: >> diff --git a/configure.ac b/configure.ac >> index 071b5e2..2a2a0c6 100644 >> --- a/configure.ac >> +++ b/configure.ac >> @@ -1667,7 +1653,7 @@ ACX_ELF_TARGET_IFELSE([# ELF platforms

Re: [cxx-conversion] Remove option to build without a C++ compiler (issue6296093)

2012-06-20 Thread Steven Bosscher
On Wed, Jun 20, 2012 at 1:08 AM, Diego Novillo wrote: > diff --git a/configure.ac b/configure.ac > index 071b5e2..2a2a0c6 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -1667,7 +1653,7 @@ ACX_ELF_TARGET_IFELSE([# ELF platforms build the > lto-plugin always. >  ]) > > > -# By default, C is

Re: [cxx-conversion] Remove option to build without a C++ compiler (issue6296093)

2012-06-20 Thread Ian Lance Taylor
dnovi...@google.com (Diego Novillo) writes: > Ian, could you please take a look to double check I have not missed > anything? There was more code dealing with it than I was expecting. It all looks plausible to me. Ian

[cxx-conversion] Remove option to build without a C++ compiler (issue6296093)

2012-06-19 Thread Diego Novillo
Remove option to build without a C++ compiler. This patch removes all the configuration code that allowed GCC to build without a C++ compiler. After this patch the following configuration flags are no longer valid: --enable-build-with-cxx --enable-build-poststage1-with-cxx