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
444 B

  1. --- - 2015-05-19 16:27:29.770936016 +0200
  2. +++ protobuf-2.6.1/src/google/protobuf/stubs/platform_macros.h 2015-05-19 13:49:52.115444643 +0200
  3. @@ -55,7 +55,7 @@
  4. #elif defined(__aarch64__)
  5. #define GOOGLE_PROTOBUF_ARCH_AARCH64 1
  6. #define GOOGLE_PROTOBUF_ARCH_64_BIT 1
  7. -#elif defined(__MIPSEL__)
  8. +#elif defined(__MIPSEL__) || defined(__MIPSEB__)
  9. #if defined(__LP64__)
  10. #define GOOGLE_PROTOBUF_ARCH_MIPS64 1
  11. #define GOOGLE_PROTOBUF_ARCH_64_BIT 1