Unverified Commit da2a6f68 authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #4846 from ckhardin/mips-big-endian

Fix to allow a compilation under mips big endian with gcc
parents 1ae2cc02 f1b841b6
......@@ -56,7 +56,7 @@
#elif defined(__aarch64__)
#define GOOGLE_PROTOBUF_ARCH_AARCH64 1
#define GOOGLE_PROTOBUF_ARCH_64_BIT 1
#elif defined(__MIPSEL__)
#elif defined(__mips__)
#if defined(__LP64__)
#define GOOGLE_PROTOBUF_ARCH_MIPS64 1
#define GOOGLE_PROTOBUF_ARCH_64_BIT 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment