Bug 50452 - [CMake] Better dedection of ARM platform
Summary: [CMake] Better dedection of ARM platform
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Patrick R. Gansterer
URL:
Keywords:
Depends on:
Blocks: 43906
  Show dependency treegraph
 
Reported: 2010-12-03 04:29 PST by Patrick R. Gansterer
Modified: 2010-12-06 07:44 PST (History)
0 users

See Also:


Attachments
Patch (987 bytes, patch)
2010-12-03 04:37 PST, Patrick R. Gansterer
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick R. Gansterer 2010-12-03 04:29:12 PST
see patch
Comment 1 Patrick R. Gansterer 2010-12-03 04:37:13 PST
Created attachment 75489 [details]
Patch
Comment 2 Andreas Kling 2010-12-03 07:12:24 PST
Comment on attachment 75489 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=75489&action=review

r=me, one comment:

> CMakeLists.txt:41
> +IF (CMAKE_SYSTEM_PROCESSOR MATCHES "(arm|ARMV4I?)")

Let's match ^arm here (case insensitive)
Comment 3 Patrick R. Gansterer 2010-12-06 07:43:54 PST
Comment on attachment 75489 [details]
Patch

Clearing flags on attachment: 75489

Committed r73332: <http://trac.webkit.org/changeset/73332>
Comment 4 Patrick R. Gansterer 2010-12-06 07:44:10 PST
All reviewed patches have been landed.  Closing bug.