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

Unified Diff: webrtc/typedefs.h

Issue 2091433002: [MIPS] Fix build issue for mips64el (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/typedefs.h
diff --git a/webrtc/typedefs.h b/webrtc/typedefs.h
index e65b77a65f8faaf5afc16ed185f04103b880a002..98b32f7720fd182935c4a852c1bdc4035e82f6f7 100644
--- a/webrtc/typedefs.h
+++ b/webrtc/typedefs.h
@@ -37,12 +37,12 @@
#define WEBRTC_ARCH_32_BITS
#define WEBRTC_ARCH_LITTLE_ENDIAN
#elif defined(__MIPSEL__)
+#define WEBRTC_ARCH_MIPS_FAMILY
#if defined(__LP64__)
-#define WEBRTC_ARCH_MIPS64_FAMILY
+#define WEBRTC_ARCH_64_BITS
#else
-#define WEBRTC_ARCH_MIPS_FAMILY
-#endif
#define WEBRTC_ARCH_32_BITS
+#endif
#define WEBRTC_ARCH_LITTLE_ENDIAN
#elif defined(__pnacl__)
#define WEBRTC_ARCH_32_BITS
« 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