On Wed, 2021-10-27 at 22:56 +0200, Bernhard Reutner-Fischer wrote: > On Wed, 27 Oct 2021 21:05:03 +0100 > Richard Purdie via Gcc-patches <gcc-patches@gcc.gnu.org> wrote: > > > OpenEmbedded/Yocto Project builds libgcc and the other gcc runtime libraries > > separately from the compiler and slightly differently to the standard gcc > > build. > > > > In general this works well but in trying to build them separately we run > > into > > an issue since we're using our gcc, not xgcc and there is no way to tell > > configure > > to use libgcc but not look for libstdc++. > > > > This adds such an option allowing such configurations to work. > > But shouldn't it be called --nostdlibc++ then?
Maybe :). There are already --nostdinc++ and nostdlib options so --nostdlib++ matches those but I'm happy to use --nostdlibc++ if that is preferred. Cheers, Richard