aboutsummaryrefslogtreecommitdiff
path: root/lang/v8/files/patch-build_toolchain_gcc__toolchain.gni
diff options
context:
space:
mode:
Diffstat (limited to 'lang/v8/files/patch-build_toolchain_gcc__toolchain.gni')
-rw-r--r--lang/v8/files/patch-build_toolchain_gcc__toolchain.gni4
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 ccd1d7c366f7..afbd31f16b88 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 2022-04-04 20:12:27 UTC
+--- build/toolchain/gcc_toolchain.gni.orig 2022-05-07 05:44:30 UTC
+++ build/toolchain/gcc_toolchain.gni
@@ -53,6 +53,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).
#
-@@ -780,13 +785,23 @@ template("gcc_toolchain") {
+@@ -786,13 +791,23 @@ template("gcc_toolchain") {
# use_gold too.
template("clang_toolchain") {
gcc_toolchain(target_name) {