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 3267

Summary: CMAKE: fix for using x86 fpu on arm
Product: SDL Reporter: Martin Gerhardy <martin.gerhardy>
Component: buildAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: major    
Priority: P2 CC: icculus
Version: 2.0.4   
Hardware: ARM   
OS: iOS (All)   
Attachments: the patch
updated patch

Description Martin Gerhardy 2016-02-23 17:59:47 UTC
Created attachment 2382 [details]
the patch

the attached patch fixes this and also adds a double check by checking whether the fpu is supported
Comment 1 Martin Gerhardy 2016-02-23 20:48:30 UTC
Created attachment 2383 [details]
updated patch
Comment 2 Ryan C. Gordon 2017-06-06 17:45:09 UTC
This (along with some other Android/cmake fixes) is now https://hg.libsdl.org/SDL/rev/a4c90708251c ...

--ryan.