To allow building MongoDB on Linux s390x:
We need to add an extra list to the definition of processor_macros in SConstruct:
processor_macros = {
...
's390x' : ['__s390x__'],
}
The definitions of the arrays inside the hash should be delimited with square brackets (as above), rather than parentheses.
- duplicates
-
SERVER-21252 Enable building on Linux s390x
-
- Closed
-