From 1125c42dbda67eecd69393e0ba322136fcd9062b Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 14 Oct 2021 03:12:10 +0800 Subject: 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 --- lang/v8/files/patch-build_toolchain_gcc__toolchain.gni | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/v8/files/patch-build_toolchain_gcc__toolchain.gni') 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) { -- cgit v1.2.3