Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 644284
Collapse All | Expand All

(-)a/Source/cmake/OptionsCommon.cmake (-1 / +1 lines)
Lines 36-42 Link Here
36
    if (NOT WTF_CPU_ARM64)
36
    if (NOT WTF_CPU_ARM64)
37
        message(FATAL_ERROR "WTF_CPU_ARM64_CORTEXA53 set without WTF_CPU_ARM64")
37
        message(FATAL_ERROR "WTF_CPU_ARM64_CORTEXA53 set without WTF_CPU_ARM64")
38
    endif ()
38
    endif ()
39
    WEBKIT_PREPEND_GLOBAL_COMPILER_FLAG(-mfix-cortex-a53-835769)
39
    WEBKIT_PREPEND_GLOBAL_COMPILER_FLAGS(-mfix-cortex-a53-835769)
40
endif ()
40
endif ()
41
41
42
EXPOSE_VARIABLE_TO_BUILD(WTF_CPU_ARM64_CORTEXA53)
42
EXPOSE_VARIABLE_TO_BUILD(WTF_CPU_ARM64_CORTEXA53)

Return to bug 644284