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 - [Patch] Fix autoconf support for osxcross ARM64
Summary: [Patch] Fix autoconf support for osxcross ARM64
Status: RESOLVED INVALID
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.0
Hardware: All All
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-16 07:27 UTC by Ethan Lee
Modified: 2020-08-20 19:05 UTC (History)
0 users

See Also:


Attachments
osxcross macOS ARM support (1002 bytes, patch)
2020-08-16 07:27 UTC, Ethan Lee
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.