Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1982)

Unified Diff: build/toolchain/cros/BUILD.gn

Issue 2158143002: Re-land r405933 w/ fix for CrOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix to set v8_toolchain_cpu/v8_current_cpu correctly Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/toolchain/gcc_toolchain.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/cros/BUILD.gn
diff --git a/build/toolchain/cros/BUILD.gn b/build/toolchain/cros/BUILD.gn
index f2accb2c206d0334c057f55e843648988ce02c7a..9056f90f14e7f0e0bc024518992e43c0085253a9 100644
--- a/build/toolchain/cros/BUILD.gn
+++ b/build/toolchain/cros/BUILD.gn
@@ -127,6 +127,7 @@ gcc_toolchain("v8_snapshot") {
} else {
toolchain_cpu = "x64"
}
+ v8_toolchain_cpu = v8_target_cpu
toolchain_os = "linux"
use_sysroot = false
}
« no previous file with comments | « no previous file | build/toolchain/gcc_toolchain.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698