[SERVER-21819] Add extra list to the definition of processor_macros in SConstruct for s390x Created: 09/Dec/15  Updated: 05/Feb/16  Resolved: 21/Dec/15

Status: Closed
Project: Core Server
Component/s: Build
Affects Version/s: None
Fix Version/s: 3.3.0

Type: Task Priority: Major - P3
Reporter: Crystal Horn Assignee: Andrew Morrow (Inactive)
Resolution: Done Votes: 0
Labels: z
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
duplicates SERVER-21252 Enable building on Linux s390x Closed
Backwards Compatibility: Fully Compatible
Sprint: Platforms E (01/08/16)
Participants:

 Description   

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.



 Comments   
Comment by Githook User [ 21/Dec/15 ]

Author:

{u'username': u'acmorrow', u'name': u'Andrew Morrow', u'email': u'acm@mongodb.com'}

Message: SERVER-21819 Add s390x to list of known target platforms
Branch: master
https://github.com/mongodb/mongo/commit/91ffce981f55cb9fe19c6703bd6f055170e1aa95

Generated at Thu Feb 08 03:58:31 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.