https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105474
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot
gnu.org
Ever confirmed|0 |1
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2024-04-01
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Something like should provided an error while configuring so much earlier:
```
case "$enable_bootstrap:${noconfigdirs}" in
yes:*target-libstdc++-v3*)
AC_MSG_ERROR([cannot also disable libstdcxx if bootstrapping]) ;;
;;
esac
```
Let me test that out and submit it for GCC 15.