summaryrefslogtreecommitdiffstats
path: root/third_party/cld
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/cld')
-rw-r--r--third_party/cld/base/build_config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/cld/base/build_config.h b/third_party/cld/base/build_config.h
index 0292c14f..3f64d2c 100644
--- a/third_party/cld/base/build_config.h
+++ b/third_party/cld/base/build_config.h
@@ -89,6 +89,11 @@
#define ARCH_CPU_ARMEL 1
#define ARCH_CPU_32_BITS 1
#define WCHAR_T_IS_UNSIGNED 1
+#elif defined(__MIPSEL__)
+#define ARCH_CPU_MIPS_FAMILY 1
+#define ARCH_CPU_MIPSEL 1
+#define ARCH_CPU_32_BITS 1
+#define WCHAR_T_IS_UNSIGNED 0
#else
#error Please add support for your architecture in build/build_config.h
#endif