summaryrefslogtreecommitdiff
path: root/deps/v8/BUILD.gn
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2017-10-26 13:32:08 +0200
committerMichaël Zasso <targos@protonmail.com>2017-10-26 14:41:40 +0200
commit664512678d8d02e2ef413136cf262dcf7debb42d (patch)
treef5b02243022011ab9e2584cf90f42dcd7ff53378 /deps/v8/BUILD.gn
parent9702ac508819a443503867a5c73ae395f9773363 (diff)
downloadandroid-node-v8-664512678d8d02e2ef413136cf262dcf7debb42d.tar.gz
android-node-v8-664512678d8d02e2ef413136cf262dcf7debb42d.tar.bz2
android-node-v8-664512678d8d02e2ef413136cf262dcf7debb42d.zip
Revert "deps: update V8 to 6.2.414.33"
This reverts commit d4033c15475ff854b645751025135f7899890fcd. The commit broke cross-compilation and it was missed. PR-URL: https://github.com/nodejs/node/pull/16513 Refs: https://github.com/nodejs/node/pull/16412 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'deps/v8/BUILD.gn')
-rw-r--r--deps/v8/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/BUILD.gn b/deps/v8/BUILD.gn
index 4d3fcd9648..17759e1fbd 100644
--- a/deps/v8/BUILD.gn
+++ b/deps/v8/BUILD.gn
@@ -827,6 +827,7 @@ action("v8_dump_build_config") {
is_gcov_coverage = v8_code_coverage && !is_clang
args = [
rebase_path("$root_out_dir/v8_build_config.json", root_build_dir),
+ "current_cpu=\"$current_cpu\"",
"dcheck_always_on=$dcheck_always_on",
"is_asan=$is_asan",
"is_cfi=$is_cfi",
@@ -837,6 +838,7 @@ action("v8_dump_build_config") {
"is_tsan=$is_tsan",
"is_ubsan_vptr=$is_ubsan_vptr",
"target_cpu=\"$target_cpu\"",
+ "v8_current_cpu=\"$v8_current_cpu\"",
"v8_enable_i18n_support=$v8_enable_i18n_support",
"v8_target_cpu=\"$v8_target_cpu\"",
"v8_use_snapshot=$v8_use_snapshot",