https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40516
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to nightstrike from comment #6)
> Is it supported to build GCC without MPC?
NO. GCC requires mpc to build.
Also cloog/ppl support has been removed and replaced with ISL.
Toplevel configure.ac has now:
# Treat --without-isl as a request to disable
# GRAPHITE support and skip all following checks.
So I am going to assume this was fixed for ISL and MPC needs to be there and
CLOOG and PPL support was removed.
So closing as works for me.