--- build/config/clang/clang.gni.orig 2026-03-15 18:32:51 UTC +++ build/config/clang/clang.gni @@ -40,6 +40,7 @@ android_supported_cpus = [ "x86", ] clang_modules_platform_supported = + !is_bsd && # s390x should work, but IBM doesn't want it enabled for that cpu arch. (is_linux && current_cpu != "s390x") || (is_android &&