Add extra list to the definition of processor_macros in SConstruct for s390x

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Done
    • Priority: Major - P3
    • 3.3.0
    • Affects Version/s: None
    • Component/s: Build
    • Fully Compatible
    • Platforms E (01/08/16)
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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.

              Assignee:
              Andrew Morrow (Inactive)
              Reporter:
              Crystal Horn (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: