https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69897
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- This is what I do for building a minimal cross compiler: $PMAKE all-host || return 1 make install-host DESTDIR=${SYSROOT} || return 1 That would be used for building glibc.