diff options
Diffstat (limited to 'build/build_config.h')
-rw-r--r-- | build/build_config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/build_config.h b/build/build_config.h index cedac01..b17531d 100644 --- a/build/build_config.h +++ b/build/build_config.h @@ -117,6 +117,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 |