Bug 50452

Summary: [CMake] Better dedection of ARM platform
Product: WebKit Reporter: Patrick R. Gansterer <paroga>
Component: Tools / TestsAssignee: Patrick R. Gansterer <paroga>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 43906    
Attachments:
Description Flags
Patch none

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.