mirror of
https://github.com/andersrh/copr-andersrh.git
synced 2026-05-22 16:28:02 +00:00
Chromium 138.0.7204.183
This commit is contained in:
parent
7c0b566a47
commit
404c44c8fa
117 changed files with 122161 additions and 0 deletions
13
chromium-lts/0001-Enable-ppc64-pointer-compression.patch
Normal file
13
chromium-lts/0001-Enable-ppc64-pointer-compression.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Index: chromium-134.0.6998.117/v8/gni/v8.gni
|
||||
===================================================================
|
||||
--- chromium-134.0.6998.117.orig/v8/gni/v8.gni
|
||||
+++ chromium-134.0.6998.117/v8/gni/v8.gni
|
||||
@@ -224,7 +224,7 @@ assert(!(v8_enable_webassembly && v8_ena
|
||||
if (v8_enable_pointer_compression == "") {
|
||||
v8_enable_pointer_compression =
|
||||
v8_current_cpu == "arm64" || v8_current_cpu == "x64" ||
|
||||
- v8_current_cpu == "loong64"
|
||||
+ v8_current_cpu == "loong64" || v8_current_cpu == "ppc64"
|
||||
}
|
||||
|
||||
# The Wasm interpreter is currently supported only on arm64 and x64, on
|
||||
Loading…
Add table
Add a link
Reference in a new issue