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

Unified Diff: src/trusted/service_runtime/linux/toolchain/BUILD.gn

Issue 2235083002: Update NaCl GN toolchain definitions. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Now with buildtools Created 4 years, 4 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/linux/toolchain/BUILD.gn
diff --git a/src/trusted/service_runtime/linux/toolchain/BUILD.gn b/src/trusted/service_runtime/linux/toolchain/BUILD.gn
index bbe9e531f88deae152a780839ebf737f5a0f6901..220c396770623970ea7e977d013656dc8fdff3d3 100644
--- a/src/trusted/service_runtime/linux/toolchain/BUILD.gn
+++ b/src/trusted/service_runtime/linux/toolchain/BUILD.gn
@@ -12,10 +12,12 @@ import("//build/toolchain/gcc_toolchain.gni")
template("nacl_bootstrap_toolchain") {
clang_toolchain(target_name) {
- toolchain_cpu = invoker.toolchain_cpu
- toolchain_os = target_os
- use_debug_fission = false
- use_gold = false
+ toolchain_args = {
+ current_cpu = invoker.toolchain_cpu
+ current_os = target_os
+ use_debug_fission = false
+ use_gold = false
+ }
}
}
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698