GCC’s libstdc++ provides --disable-hosted-libstdcxx, please provide a similar toggle to libc++ to only build freestanding implementation to avoid libc dependencies.
A lot of libc implementations are not C++ compliant.
Or i just want to use C++ to write kernel or the libc themselves.
newlib does not support all the platforms i care about (like UEFI) and it has licensing being GPL.