[webkit-reviews] review granted: [Bug 50452] [CMake] Better dedection of ARM platform : [Attachment 75489] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 3 07:12:24 PST 2010


Andreas Kling <kling at webkit.org> has granted Patrick R. Gansterer
<paroga at paroga.com>'s request for review:
Bug 50452: [CMake] Better dedection of ARM platform
https://bugs.webkit.org/show_bug.cgi?id=50452

Attachment 75489: Patch
https://bugs.webkit.org/attachment.cgi?id=75489&action=review

------- Additional Comments from Andreas Kling <kling at webkit.org>
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)


More information about the webkit-reviews mailing list