On Wed, 12 Aug 2015, Tom de Vries wrote: > Hi, > > this patch removes configure option --with-host-libstdcxx. > > [ As suggested here ( https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67092#c13 > ): > ... > I think we can no longer reliably support host libstdc++ as includes are not > picked up from its location and GCC is C++ now. > > I suggest to remove that entirely. > ... > ] > > The option was originally introduced to support linking with a static version > of ppl, but we no longer support using ppl. > > The behaviour of --with-host-libstdcxx is implemented in terms of other > configure options, so we're not losing any functionality. > > > Furthermore, the patch adds the missing documentation of the default behaviour > of --with-stage1-ldflags. > > > Bootstrapped and reg-tested on x86_64. > > OK for trunk?
Ok. Thanks, Richard.