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

Unified Diff: build/toolchain/gcc_toolchain.gni

Issue 1467413005: GN: Propagate top-level host_toolchain through to all toolchains (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix assert Created 5 years 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/gcc_toolchain.gni
diff --git a/build/toolchain/gcc_toolchain.gni b/build/toolchain/gcc_toolchain.gni
index 8cffd4915339b759632d3703d5a462040c82eee0..22c335f0028ef0d3169bb47295cfb5981256d48e 100644
--- a/build/toolchain/gcc_toolchain.gni
+++ b/build/toolchain/gcc_toolchain.gni
@@ -387,6 +387,7 @@ template("gcc_toolchain") {
current_os = invoker.toolchain_os
# These values need to be passed through unchanged.
+ host_toolchain = host_toolchain
target_os = target_os
target_cpu = target_cpu

Powered by Google App Engine
This is Rietveld 408576698