diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-02-28 17:33:18 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-02-28 20:46:02 +0800 |
commit | 129dc0398de3a43907383f339b2c86d0cf843b3a (patch) | |
tree | 3f0a44cd36d6bef776f9d075d9e5739f4d4ef5eb /lang/v8/files/patch-build_toolchain_gcc__toolchain.gni | |
parent | lang/cython: Update to 0.29.27 (diff) |
lang/v8: Update to 9.8.177.9
Changes: https://v8.dev/blog/v8-release-98
https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.8-lkgr
Diffstat (limited to 'lang/v8/files/patch-build_toolchain_gcc__toolchain.gni')
-rw-r--r-- | lang/v8/files/patch-build_toolchain_gcc__toolchain.gni | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/v8/files/patch-build_toolchain_gcc__toolchain.gni b/lang/v8/files/patch-build_toolchain_gcc__toolchain.gni index 9b0f2527ee02..efab25893949 100644 --- a/lang/v8/files/patch-build_toolchain_gcc__toolchain.gni +++ b/lang/v8/files/patch-build_toolchain_gcc__toolchain.gni @@ -1,4 +1,4 @@ ---- build/toolchain/gcc_toolchain.gni.orig 2021-11-15 18:52:18 UTC +--- build/toolchain/gcc_toolchain.gni.orig 2022-01-23 11:59:03 UTC +++ build/toolchain/gcc_toolchain.gni @@ -49,6 +49,11 @@ if (enable_resource_allowlist_generation) { "enable_resource_allowlist_generation=true does not work for target_os=$target_os") @@ -12,7 +12,7 @@ # This template defines a toolchain for something that works like gcc # (including clang). # -@@ -731,13 +736,23 @@ template("gcc_toolchain") { +@@ -738,13 +743,23 @@ template("gcc_toolchain") { # use_gold too. template("clang_toolchain") { gcc_toolchain(target_name) { |