You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
398 B

  1. --- a/src/google/protobuf/stubs/platform_macros.h
  2. +++ b/src/google/protobuf/stubs/platform_macros.h
  3. @@ -49,7 +49,7 @@
  4. #elif defined(__ARMEL__)
  5. #define GOOGLE_PROTOBUF_ARCH_ARM 1
  6. #define GOOGLE_PROTOBUF_ARCH_32_BIT 1
  7. -#elif defined(__MIPSEL__)
  8. +#elif defined(__MIPSEL__) || defined(__MIPSEB__)
  9. #define GOOGLE_PROTOBUF_ARCH_MIPS 1
  10. #define GOOGLE_PROTOBUF_ARCH_32_BIT 1
  11. #elif defined(__pnacl__)