| Summary: | [Patch] Fix autoconf support for osxcross ARM64 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ethan Lee <flibitijibibo> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | osxcross macOS ARM support | ||
Latest osxcross fixes this by adding symlinks for 'aarch64-apple-darwin', build works out of the box now. |
Created attachment 4438 [details] osxcross macOS ARM support Attached is a quick diff that allows configuring an SDL build for macOS ARM when using osxcross. Not much to see here, just need 'arm64' in addition to just 'arm' so that the --host parameter is recognized.