Index: build_overrides/v8.gni |
diff --git a/build_overrides/v8.gni b/build_overrides/v8.gni |
index 7ba4d58384975606ab439462df617497c1cfa0fa..05c542ab2703e4d143248aa43a1a65bf1a9f6a97 100644 |
--- a/build_overrides/v8.gni |
+++ b/build_overrides/v8.gni |
@@ -11,12 +11,12 @@ if (is_android) { |
import("//build/config/android/config.gni") |
} |
-if (((v8_target_cpu == "x86" || |
- v8_target_cpu == "x64" || |
- v8_target_cpu=="x87") && |
+if (((v8_current_cpu == "x86" || |
+ v8_current_cpu == "x64" || |
+ v8_current_cpu=="x87") && |
(is_linux || is_mac)) || |
- (v8_target_cpu == "ppc64" && is_linux)) { |
- v8_enable_gdbjit_default = true |
Michael Achenbach
2016/07/18 14:47:06
v8_enable_gdbjit_default got removed here by rebas
Dirk Pranke
2016/07/18 16:45:11
Argh, I thought I had fixed that, sorry :(.
|
+ (v8_current_cpu == "ppc64" && is_linux)) { |
+ v8_enable_gdbjit = true |
} |
v8_imminent_deprecation_warnings_default = true |