https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95712
Bug ID: 95712 Summary: configure-target-libgcc fails on s390x target because xgcc is not being built Product: gcc Version: 9.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: egorenar at linux dot ibm.com Target Milestone: --- Created attachment 48744 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48744&action=edit Console output Hi all, i'm trying to build buildroot on s390x machine for s390x machine and the toolchain build step fails. I attached the build.log and the config.log of the failing target configure-target-libgcc. It seems that xgcc is not being built prior to configuring the target configure-target-libgcc. When i build on host x86_64 for s390x target then everything works with the same configuration. Regards