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

Unified Diff: src/trusted/platform_qualify/BUILD.gn

Issue 2459403002: [MIPS] skip building vcpuid (Closed)
Patch Set: Created 4 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 | « 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/platform_qualify/BUILD.gn
diff --git a/src/trusted/platform_qualify/BUILD.gn b/src/trusted/platform_qualify/BUILD.gn
index 2098406c16fa9b8b437f510dcc06b44e0256e0cf..6921c1e2f6206ce6f3454053840f5e8698854788 100644
--- a/src/trusted/platform_qualify/BUILD.gn
+++ b/src/trusted/platform_qualify/BUILD.gn
@@ -56,7 +56,7 @@ static_library("platform_qual_lib") {
]
}
-if (current_cpu != "arm") {
+if (current_cpu != "arm" && current_cpu != "mipsel") {
static_library("vcpuid") {
cflags_c = []
sources = [
« 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