commit | 3212a2c438643d5b6408d13d767adab8f8eae32a | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Mon Apr 15 21:14:25 2019 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Mon Apr 15 21:16:24 2019 +0200 |
tree | 7da3b7da7c36025347d4032549e92bddfb7f5004 | |
parent | e5eef1f1b40325b1f0ba0a8746536e711518a44d [diff] |
BUG/MEDIUM: Threads: Only use the gcc >= 4.7 builtins when using gcc >= 4.7. Move the definition of the various _HA_ATOMIC_* macros that use __atomic_* in the #if GCC_VERSION >= 4.7, not just after it, so that we can build with older versions of gcc again.