Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37039894
en ru br
ALT Linux repos
S:5.15.15-alt1

Group :: System/Libraries
RPM: qt5-webengine

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: qtwebengine-everywhere-src-5.12.6-alt-armh.patch
Download


--- qtwebengine-everywhere-src-5.12.6/src/3rdparty/chromium/build/config/arm.gni.armh	2019-12-17 08:31:54.000000000 +0000
+++ qtwebengine-everywhere-src-5.12.6/src/3rdparty/chromium/build/config/arm.gni	2019-12-20 19:04:07.103557674 +0000
@@ -100,8 +100,6 @@ if (current_cpu == "arm" || v8_current_c
     if (arm_fpu == "") {
       if (arm_use_neon) {
         arm_fpu = "neon"
-      } else {
-        arm_fpu = "vfpv3-d16"
       }
     }
   } else if (arm_version == 8) {
--- qtwebengine-everywhere-src-5.15.0/src/3rdparty/chromium/build/config/compiler/BUILD.gn.armh
+++ qtwebengine-everywhere-src-5.15.0/src/3rdparty/chromium/build/config/compiler/BUILD.gn
@@ -1197,11 +1197,7 @@ config("clang_revision") {
 
 config("compiler_arm_fpu") {
   if (current_cpu == "arm" && !is_ios && !is_nacl) {
-    cflags = [ "-mfpu=$arm_fpu" ]
-    if (!arm_use_thumb) {
-      cflags += [ "-marm" ]
-    }
-    asmflags = cflags
+    # nothing
   }
 }
 
--- qtwebengine-everywhere-src-5.12.6/src/3rdparty/chromium/skia/BUILD.gn.armh	2019-12-17 08:31:54.000000000 +0000
+++ qtwebengine-everywhere-src-5.12.6/src/3rdparty/chromium/skia/BUILD.gn	2019-12-20 19:04:07.103557674 +0000
@@ -742,7 +742,6 @@ skia_source_set("skia_opts") {
         # Root build config sets -mfpu=$arm_fpu, which we expect to be neon
         # when running this.
         if (!arm_use_neon) {
-          configs -= [ "//build/config/compiler:compiler_arm_fpu" ]
           cflags += [ "-mfpu=neon" ]
         }
       }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin