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

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

Issue 1902683004: Set bootstrap toolchain's toolchain_os to target_os (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 4 years, 8 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 | 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 381e6cde9af2d8014a72828c9cbb4929da9c9b74..75f5a76e77be48de6ff145c9903bdf1d758210b0 100644
--- a/src/trusted/service_runtime/linux/toolchain/BUILD.gn
+++ b/src/trusted/service_runtime/linux/toolchain/BUILD.gn
@@ -12,7 +12,7 @@ import("//build/toolchain/gcc_toolchain.gni")
template("nacl_bootstrap_toolchain") {
clang_toolchain(target_name) {
toolchain_cpu = invoker.toolchain_cpu
- toolchain_os = "linux"
+ toolchain_os = target_os
use_gold = false
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698