https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93523
Bug ID: 93523 Summary: Fails to cross compile from x86_64 to aarch64 Product: gcc Version: 9.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: noel.kuntze at thermi dot consulting Target Milestone: --- Created attachment 47748 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47748&action=edit build log from package showing error Fails to cross compile. Specific problem is that the autoconf configure script running the tests for the host system's compiler tests for -version, -qversion and -V, which that minimal compiler doesn't support. Build script is at https://git.alpinelinux.org/aports/tree/main/gcc?h=master and build log is attached.