To allow building MongoDB on Linux s390x:
src/third_party/snappy-1.1.2/SConscript and src/third_party/wiredtiger/SConscript both need to import the "endian" option and append 'WORDS_BIGENDIAN' to CPPDEFINES if its value is "big".
- duplicates
-
SERVER-21252 Enable building on Linux s390x
- Closed