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

Unified Diff: src/untrusted/nacl/nacl.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: Upload again. Created 7 years, 2 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 | « src/trusted/validator_x86/validator_x86.gyp ('k') | tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/nacl/nacl.gyp
diff --git a/src/untrusted/nacl/nacl.gyp b/src/untrusted/nacl/nacl.gyp
index a1a6bbebae8d17d765fa1ba695e97bec0a1a5ff0..c666c0b8b4d814ea043ed7681b706c2b750c4729 100644
--- a/src/untrusted/nacl/nacl.gyp
+++ b/src/untrusted/nacl/nacl.gyp
@@ -137,8 +137,8 @@
'nacl_lib_newlib',
],
'conditions': [
- # NOTE: We do not support glibc on arm yet.
- ['target_arch!="arm"', {
+ # NOTE: We do not support glibc on arm and mips yet.
+ ['target_arch!="arm" and target_arch!="mipsel"', {
'dependencies': [
'nacl_lib_glibc'
]
« no previous file with comments | « src/trusted/validator_x86/validator_x86.gyp ('k') | tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698