[Webkit-unassigned] [Bug 193043] New: [CMake][WTF] Finesse i386 architecture detection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 27 03:33:24 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=193043

            Bug ID: 193043
           Summary: [CMake][WTF] Finesse i386 architecture detection
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CMake
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jmason at ibinx.com

WTF processor architecture is being determined via CMAKE_SYSTEM_PROCESSOR.  On systems which support uname, this is initialized to `uname -p`.

However, the tricky bit is that on some OSes, `uname -p` returns 'i386' for both 32-bit and 64-bit members of the Intel processor family.  Thus, in this case, we must check the pointer size to determine the actual architecture.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181227/f8a54d59/attachment-0001.html>


More information about the webkit-unassigned mailing list