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

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

Issue 913373002: Update Chomium's build files to work w/ latest GN binaries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn_cpu_arch_changes
Patch Set: cleanup / review Created 5 years, 10 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
Index: build/toolchain/cros/BUILD.gn
diff --git a/build/toolchain/cros/BUILD.gn b/build/toolchain/cros/BUILD.gn
index d360f72572e025e47506b5dcbba6ef2ca97dd4fc..ee48bb7b14aebd328d59cc845a37f45d3de456ec 100644
--- a/build/toolchain/cros/BUILD.gn
+++ b/build/toolchain/cros/BUILD.gn
@@ -29,7 +29,7 @@ gcc_toolchain("target") {
ar = "${cros_target_ar}"
ld = cxx
- toolchain_cpu_arch = "${cpu_arch}"
+ toolchain_cpu = "${current_cpu}"
toolchain_os = "linux"
is_clang = is_clang
}

Powered by Google App Engine
This is Rietveld 408576698