On Sat, Aug 06, 2011 at 12:52:02AM +0200, Thomas Koenig wrote: > Hello world, > > I just noticed that C++ now appears to be built by default, even when > only the C and fortran are specified. The configure line > > > ../trunk/configure --prefix=$HOME --enable-languages=c,fortran > --with-mpc=/usr/local --with-mpfr=/usr/local > > leads to the message > > checking for version 0.11 (revision 0 or later) of PPL... no > > The following languages will be built: c,c++,fortran,lto > > I see recent changes by Ian in this area, but nothing in the ChangeLog > suggests to me that this was intentional. > > Any ideas?
It appears the original thread starts here http://gcc.gnu.org/ml/gcc-patches/2011-07/msg01304.html -- Steve