From aeeaa52f2a12c61473e17722d73a95670bd82544 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Wed, 27 Mar 2024 11:10:46 +0100 Subject: [PATCH] add missing fix-clang-selection.patch --- fix-clang-selection.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 fix-clang-selection.patch diff --git a/fix-clang-selection.patch b/fix-clang-selection.patch new file mode 100644 index 00000000..b869fcaf --- /dev/null +++ b/fix-clang-selection.patch @@ -0,0 +1,12 @@ +Index: chromium-123.0.6312.86/build/config/BUILDCONFIG.gn +=================================================================== +--- chromium-123.0.6312.86.orig/build/config/BUILDCONFIG.gn ++++ chromium-123.0.6312.86/build/config/BUILDCONFIG.gn +@@ -138,7 +138,6 @@ declare_args() { + # Set to true when compiling with the Clang compiler. + is_clang = current_os != "linux" || + (current_cpu != "s390x" && current_cpu != "s390" && +- current_cpu != "ppc64" && current_cpu != "ppc" && + current_cpu != "mips" && current_cpu != "mips64" && + current_cpu != "riscv64") +