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

Unified Diff: src/trusted/cpu_features/cpu_features.gyp

Issue 24227003: [MIPS] Add support to gyp files to build Native Client inside of Chromium (Closed) Base URL: http://git.chromium.org/native_client/src/native_client.git@master
Patch Set: Created 7 years, 3 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
Index: src/trusted/cpu_features/cpu_features.gyp
diff --git a/src/trusted/cpu_features/cpu_features.gyp b/src/trusted/cpu_features/cpu_features.gyp
index 194bcf1baa492824d3894110c096d1e994635d88..d1495a513a5377c36e7fe50da4f64f4c6aa2521f 100644
--- a/src/trusted/cpu_features/cpu_features.gyp
+++ b/src/trusted/cpu_features/cpu_features.gyp
@@ -48,7 +48,7 @@
'arch/x86/cpu_xgetbv.S',
],
}],
- ['target_arch=="arm" or target_arch=="mips"', {
+ ['target_arch=="arm" or target_arch=="mipsel"', {
'sources': [
'arch/arm/cpu_arm.c',
'arch/mips/cpu_mips.c',

Powered by Google App Engine
This is Rietveld 408576698