--- 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" ] } }