Index: build/toolchain.gypi |
diff --git a/build/toolchain.gypi b/build/toolchain.gypi |
index c3b1de0a549e2596eacda057f6f8b9310a528faf..badac265159210ae4e117b5a0b5383c2a5b49635 100644 |
--- a/build/toolchain.gypi |
+++ b/build/toolchain.gypi |
@@ -70,6 +70,11 @@ |
# it's handled in build/standalone.gypi. |
'want_separate_host_toolset%': 1, |
+ # Toolset the d8 binary should be compiled for. Possible values are 'host' |
+ # and 'target'. If you want to run v8 tests, it needs to be set to 'target'. |
+ # The setting is ignored if want_separate_host_toolset is 0. |
+ 'v8_toolset_for_d8%': 'target', |
+ |
'host_os%': '<(OS)', |
'werror%': '-Werror', |
# For a shared library build, results in "libv8-<(soname_version).so". |