[Webkit-unassigned] [Bug 138840] Incorrect detection of toolchain support for Cortex-A53 erratum 835769 workaround

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 29 01:46:36 PDT 2015


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

--- Comment #7 from Alberto Garcia <berto at igalia.com> ---
I guess something like this might be enough:

--- a/Source/cmake/OptionsCommon.cmake
+++ b/Source/cmake/OptionsCommon.cmake
@@ -57,6 +57,7 @@ if (WTF_CPU_ARM64_CORTEXA53)
         set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mfix-cortex-a53-835769")
         set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mfix-cortex-a53-835769")
         message(STATUS "Enabling Cortex-A53 workaround for compiler")
+        set(USE_LD_GOLD OFF)
     endif ()
 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/20150429/77f2b9ec/attachment.html>


More information about the webkit-unassigned mailing list