https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105474
--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>: https://gcc.gnu.org/g:48b22a3f05df203c40a6f953aaa0acf828aad9a9 commit r15-4680-g48b22a3f05df203c40a6f953aaa0acf828aad9a9 Author: Andrew Pinski <quic_apin...@quicinc.com> Date: Thu Aug 22 14:34:03 2024 -0700 toplevel: Error out if using --disable-libstdcxx with bootstrap [PR105474] Bootstrapping and using --disable-libstdcxx will cause a build failure deep in compiling stage2 so instead error out early in the toplevel configure so it is more user friendly. Bootstrapped and tested on x86_64-linux-gnu. Also made sure --disable-libstdcxx without --disable-bootstrap failed. PR bootstrap/105474 ChangeLog: * configure: Regenerate. * configure.ac: Error out if libstdc++ is not enabled with bootstrapping. Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com>