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 - CMAKE: fix for using x86 fpu on arm
Summary: CMAKE: fix for using x86 fpu on arm
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: 2.0.4
Hardware: ARM iOS (All)
: P2 major
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-23 17:59 UTC by Martin Gerhardy
Modified: 2017-06-06 17:45 UTC (History)
1 user (show)

See Also:


Attachments
the patch (746 bytes, patch)
2016-02-23 17:59 UTC, Martin Gerhardy
Details | Diff
updated patch (748 bytes, patch)
2016-02-23 20:48 UTC, Martin Gerhardy
Details | Diff

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