diff options
Diffstat (limited to 'lang/v8/files/patch-build_toolchain_gcc__toolchain.gni')
-rw-r--r-- | lang/v8/files/patch-build_toolchain_gcc__toolchain.gni | 6 |
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) { |