diff options
Diffstat (limited to 'riscv-build.patch')
-rw-r--r-- | riscv-build.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/riscv-build.patch b/riscv-build.patch new file mode 100644 index 0000000..220817e --- /dev/null +++ b/riscv-build.patch @@ -0,0 +1,13 @@ +Index: chromium-119.0.6045.123/build/nocompile.gni +=================================================================== +--- chromium-119.0.6045.123.orig/build/nocompile.gni ++++ chromium-119.0.6045.123/build/nocompile.gni +@@ -57,7 +57,7 @@ if (is_win) { + declare_args() { + enable_nocompile_tests = (is_linux || is_chromeos || is_apple || is_win) && + is_clang && host_cpu == target_cpu +- enable_nocompile_tests_new = is_clang && !is_nacl ++ enable_nocompile_tests_new = is_clang && !is_nacl && false + } + + if (enable_nocompile_tests_new) { |