summaryrefslogtreecommitdiff
path: root/lang/v8/files/patch-build_toolchain_gcc__toolchain.gni
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-14 03:12:10 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-14 03:12:10 +0800
commit1125c42dbda67eecd69393e0ba322136fcd9062b (patch)
tree3e5fc5d967aa94ed5360cf9ee9d9548e7e4e63c9 /lang/v8/files/patch-build_toolchain_gcc__toolchain.gni
parentdns/public_suffix_list: Update to 20210929 (diff)
lang/v8: Update to 9.4.146.21
Changes: https://v8.dev/blog/v8-release-94 https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.4-lkgr https://github.com/v8/v8/commits/9.4-lkgr
Diffstat (limited to 'lang/v8/files/patch-build_toolchain_gcc__toolchain.gni')
-rw-r--r--lang/v8/files/patch-build_toolchain_gcc__toolchain.gni6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/v8/files/patch-build_toolchain_gcc__toolchain.gni b/lang/v8/files/patch-build_toolchain_gcc__toolchain.gni
index 1b9b41051b3e..528964d2bc7d 100644
--- a/lang/v8/files/patch-build_toolchain_gcc__toolchain.gni
+++ b/lang/v8/files/patch-build_toolchain_gcc__toolchain.gni
@@ -1,6 +1,6 @@
---- build/toolchain/gcc_toolchain.gni.orig 2021-05-26 12:26:11 UTC
+--- build/toolchain/gcc_toolchain.gni.orig 2021-10-13 07:49:03 UTC
+++ build/toolchain/gcc_toolchain.gni
-@@ -51,6 +51,11 @@ if (enable_resource_allowlist_generation) {
+@@ -48,6 +48,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).
#
-@@ -654,13 +659,23 @@ template("clang_toolchain") {
+@@ -673,13 +678,23 @@ template("clang_toolchain") {
}
gcc_toolchain(target_name) {