Sophie

Sophie

distrib > Mageia > 8 > i586 > by-pkgid > 2a03bec268ffa110d41d2f46ddc87237 > files > 10

chromium-browser-stable-102.0.5005.61-1.mga8.src.rpm

--- patch102/BUILD.gn	2022-05-12 07:05:48.000000000 +0200
+++ patch102/BUILD.gn.i86	2022-05-17 18:08:40.878904585 +0200
@@ -1522,14 +1522,6 @@ if (!is_ios) {
   }
 }
 
-# TODO(cassew): Add more OS's that don't support x86.
-is_valid_x86_target =
-    target_os != "ios" && target_os != "mac" &&
-    (target_os != "linux" || use_libfuzzer || !build_with_chromium)
-assert(
-    is_valid_x86_target || target_cpu != "x86",
-    "'target_cpu=x86' is not supported for 'target_os=$target_os'. Consider omitting 'target_cpu' (default) or using 'target_cpu=x64' instead.")
-
 group("chromium_builder_perf") {
   testonly = true