diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2024-11-05 07:31:22 +0100 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2024-11-05 07:31:43 +0100 |
commit | dd7deaddf4833301ef5aeb96dfa91faa88b03f3b (patch) | |
tree | 6ae923f1980c1caf058a106f0344eff61122df74 /www/iridium/files/patch-v8_BUILD.gn | |
parent | biology/seqkit: update 2.8.2 → 2.9.0 (diff) |
www/iridium: update to 2024.10.130.1
Diffstat (limited to 'www/iridium/files/patch-v8_BUILD.gn')
-rw-r--r-- | www/iridium/files/patch-v8_BUILD.gn | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/iridium/files/patch-v8_BUILD.gn b/www/iridium/files/patch-v8_BUILD.gn index c622c2745bbf..2427df9bcf7c 100644 --- a/www/iridium/files/patch-v8_BUILD.gn +++ b/www/iridium/files/patch-v8_BUILD.gn @@ -1,6 +1,6 @@ ---- v8/BUILD.gn.orig 2024-08-27 06:28:16 UTC +--- v8/BUILD.gn.orig 2024-11-04 08:56:03 UTC +++ v8/BUILD.gn -@@ -896,6 +896,8 @@ external_v8_defines = [ +@@ -907,6 +907,8 @@ external_v8_defines = [ "V8_TARGET_OS_MACOS", "V8_TARGET_OS_WIN", "V8_TARGET_OS_CHROMEOS", @@ -9,7 +9,7 @@ ] enabled_external_v8_defines = [ -@@ -972,6 +974,12 @@ if (target_os == "android") { +@@ -983,6 +985,12 @@ if (target_os == "android") { } else if (target_os == "chromeos") { enabled_external_v8_defines += [ "V8_HAVE_TARGET_OS" ] enabled_external_v8_defines += [ "V8_TARGET_OS_CHROMEOS" ] @@ -22,7 +22,7 @@ } disabled_external_v8_defines = external_v8_defines - enabled_external_v8_defines -@@ -2477,6 +2485,12 @@ template("run_mksnapshot") { +@@ -2535,6 +2543,12 @@ template("run_mksnapshot") { if (!v8_enable_builtins_profiling && v8_enable_builtins_reordering) { args += [ "--reorder-builtins" ] } @@ -34,8 +34,8 @@ + } } - # This is needed to distinguish between generating code for the simulator -@@ -6559,7 +6573,7 @@ v8_component("v8_libbase") { + if (v8_enable_turboshaft_csa) { +@@ -6625,7 +6639,7 @@ v8_component("v8_libbase") { } } @@ -44,7 +44,7 @@ sources += [ "src/base/debug/stack_trace_posix.cc", "src/base/platform/platform-linux.cc", -@@ -6570,6 +6584,18 @@ v8_component("v8_libbase") { +@@ -6636,6 +6650,18 @@ v8_component("v8_libbase") { "dl", "rt", ] |