On 2017/04/13 19:19, Landry Breuil wrote:
> As for using gcc4 module for c++11 support, i'm a bit lost in the clang
> vs gcc4 vs atomics vs c++11 support way of dealing with things...

If it's for c++11 support you could use

MODULES=        gcc4
MODGCC4_ARCHS=  ${GCC3_ARCHS} ${GCC4_ARCHS}
MODGCC4_LANGS=  c++

I've been trying to think of a nice abstraction so we don't need to
copy that boilerplate all over the place. Perhaps a USE_CXX11 flag?

Reply via email to