~ubuntu-branches/ubuntu/wily/juju-mongodb/wily-proposed

« back to all changes in this revision

Viewing changes to SConstruct

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-01-07 16:47:27 UTC
  • Revision ID: package-import@ubuntu.com-20140107164727-1aeo20j3rdxhk4pk
Tags: 2.4.8-0ubuntu5
* Enable better support for alternative architectures:
  - 0001-SERVER-12064-Atomic-operations-for-gcc-non-Intel-arc.patch
    0002-SERVER-12065-Support-ARM-and-AArch64-builds.patch
    0003-SERVER-12064-Use-gcc-atomic-builtins-if-available.patch:
    Cherry picked changes from Robie Basak to enable atomic operations
    on non-Intel architectures.
  - 0004-Support-ppc64el-builds.patch: Add support for detection of
    powerpc64 as a 64-bit platform.
  - d/control: Enable arm64 and ppc64el architectures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
896
896
        myenv.Append( CPPDEFINES=[ "HEAP_CHECKING" ] )
897
897
        myenv.Append( CCFLAGS=["-fno-omit-frame-pointer"] )
898
898
 
 
899
    myenv.Append(CPPDEFINES=["HAVE_GCC_ATOMIC_BUILTINS"])
 
900
 
899
901
    # ask each module to configure itself and the build environment.
900
902
    moduleconfig.configure_modules(mongo_modules, conf, env)
901
903