For SERVER-8464 support on OS X we will need to use clang (since OS X gcc is very old). However, clang C++11 support on OS X basically requires that we use libc++ rather than (the also very old libstdc++). We will need to educate SCons about invoking clang with the --stdlib=libc++ flag to support C++11 on OS X.
- depends on
-
SERVER-8842 SCons build should pass -mmacosx-version-min=<something> when building on OS X
- Closed
- is depended on by
-
SERVER-8467 Official support for building with clang
- Closed