Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-21819

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

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

      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@mongodb.com Andrew Morrow (Inactive)
            Reporter:
            crystal.horn@mongodb.com Crystal Horn
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: