--- a/src/3rdparty/chromium/skia/BUILD.gn 2020-09-01 13:02:34.000000000 +0200 +++ b/src/3rdparty/chromium/skia/BUILD.gn 2020-10-06 20:51:48.834970455 +0200 @@ -772,7 +772,6 @@ # 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" ] } }