We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5259

Summary: [Patch] Fix autoconf support for osxcross ARM64
Product: SDL Reporter: Ethan Lee <flibitijibibo>
Component: buildAssignee: 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

Description Ethan Lee 2020-08-16 07:27:36 UTC
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.
Comment 1 Ethan Lee 2020-08-20 19:05:39 UTC
Latest osxcross fixes this by adding symlinks for 'aarch64-apple-darwin', build works out of the box now.