[gnome-build-meta/valentindavid/webkitgtk-disable-old-workaround-cortex53] WebkitGTK: Disable automatic workaround for Cortex A53 bug



commit 610a97f5ef843e5ee4de2b279970d8841b0eb4f7
Author: Valentin David <valentin david codethink co uk>
Date:   Fri Apr 10 20:48:28 2020 +0200

    WebkitGTK: Disable automatic workaround for Cortex A53 bug
    
    * The bug was fixed in GCC 4.9 branch
    * The work-around does not compile properly anymore
    * Doing CPU detection breaks reproducibility
    
    Work-around comes from: https://bugs.webkit.org/show_bug.cgi?id=138315

 elements/sdk/WebKitGTK.bst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/elements/sdk/WebKitGTK.bst b/elements/sdk/WebKitGTK.bst
index 9fea2e8a..8b895991 100644
--- a/elements/sdk/WebKitGTK.bst
+++ b/elements/sdk/WebKitGTK.bst
@@ -47,8 +47,11 @@ variables:
   - arch == "i686" or arch == "arm":
       webkitgtk_toolchain: -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=toolchain.%{arch}
   - arch == "arm":
-      webkitgtk_arch_options: |
+      webkitgtk_arch_options: >-
         -DENABLE_GLES2=ON
+  - arch == "aarch64":
+      webkitgtk_arch_optoins: >-
+        -DWTF_CPU_ARM64_CORTEXA53:BOOL=OFF
   cmake-local: >-
     -DPORT=GTK
     -DENABLE_BUBBLEWRAP_SANDBOX=OFF


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]