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

Unified Diff: build/config/nacl/config.gni

Issue 1475943003: gn: add support for clang for MIPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « build/config/compiler/BUILD.gn ('k') | build/toolchain/linux/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/nacl/config.gni
diff --git a/build/config/nacl/config.gni b/build/config/nacl/config.gni
index 14a6d3d595adbbbbb2d432c811a1f3949b32a173..6abd8aa4e86466ff2211aa1457657a1d634f9b1d 100644
--- a/build/config/nacl/config.gni
+++ b/build/config/nacl/config.gni
@@ -27,6 +27,8 @@ if (current_cpu == "pnacl") {
nacl_tuple = "x86_64-nacl"
} else if (current_cpu == "arm") {
nacl_tuple = "arm-nacl"
+} else if (current_cpu == "mipsel") {
+ nacl_tuple = "mipsel-nacl"
}
nacl_toolchain_bindir = "${nacl_toolchain_dir}/${nacl_toolchain_package}/bin"
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | build/toolchain/linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698