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

Unified Diff: src/include/nacl_base.h

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/include/nacl_base.h
diff --git a/src/include/nacl_base.h b/src/include/nacl_base.h
index 81707347271a58c31ab87beb3eb2970f9cfccb46..5b9fdefd1110f525754361f9404caa3c5f308788 100644
--- a/src/include/nacl_base.h
+++ b/src/include/nacl_base.h
@@ -70,6 +70,7 @@
#define NACL_x86 1
#define NACL_arm 2
#define NACL_mips 3
+#define NACL_mipsel NACL_mips
/*****************************************************************************
* Architecture name encodings.

Powered by Google App Engine
This is Rietveld 408576698