[Webkit-unassigned] [Bug 144566] New: [cmake] ARM related build system cleanup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 4 04:09:27 PDT 2015


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

            Bug ID: 144566
           Summary: [cmake] ARM related build system cleanup
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org

Now some ARM specific files are added conditionally.
These files are guarded properly and the other platform
files are added unconditionally too.

if (WTF_CPU_ARM)
    list(APPEND JavaScriptCore_SOURCES
        assembler/ARMAssembler.cpp
        assembler/ARMv7Assembler.cpp
        assembler/MacroAssemblerARM.cpp
    )
...
endif()

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150504/546aee77/attachment.html>


More information about the webkit-unassigned mailing list