mirror of
https://github.com/andersrh/copr-andersrh.git
synced 2026-05-17 22:08:01 +00:00
15 lines
946 B
Diff
15 lines
946 B
Diff
kIndex: chromium-114.0.5735.45/base/allocator/partition_allocator/partition_alloc.gni
|
|
===================================================================
|
|
Index: chromium-137.0.7151.40/base/allocator/partition_allocator/partition_alloc.gni
|
|
===================================================================
|
|
--- chromium-137.0.7151.40.orig/base/allocator/partition_allocator/partition_alloc.gni
|
|
+++ chromium-137.0.7151.40/base/allocator/partition_allocator/partition_alloc.gni
|
|
@@ -70,7 +70,7 @@ if (is_nacl) {
|
|
has_64_bit_pointers = false
|
|
} else if (current_cpu == "x64" || current_cpu == "arm64" ||
|
|
current_cpu == "arm64e" || current_cpu == "loong64" ||
|
|
- current_cpu == "riscv64") {
|
|
+ current_cpu == "riscv64" || current_cpu == "ppc64") {
|
|
assert(current_cpu != "arm64e" || (is_ios && target_environment == "device"))
|
|
has_64_bit_pointers = true
|
|
} else if (current_cpu == "x86" || current_cpu == "arm" ||
|