diff options
| author | CoprDistGit <infra@openeuler.org> | 2024-03-20 03:46:37 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2024-03-20 03:46:37 +0000 |
| commit | fa06f8afb826bc7e16e2919c3b6feee02417ce28 (patch) | |
| tree | 042a9bca624cc1e2a2c3dd7ef4943f0ac042556f /riscv-build.patch | |
| parent | 5e81daef691f9d194780705f7af7e5f84133315e (diff) | |
automatic import of chromiumopeneuler23.09
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) { |
