https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110868
Bug ID: 110868 Summary: crossback build fails for x86_64-pc-linux-gnu due to check on build environment Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: unlvsur at live dot com Target Milestone: --- I try to do cross-back compilation for GCC, however, since ubuntu disables x32, the sanity check for x32 will fail. This should not happen, since i am building a compile that would run on windows, the sanity check make no sense. BTW, cross back incorrectly uses cc instead of just gcc.