diff options
author | wm4 <wm4@nowhere> | 2016-08-05 17:10:22 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-08-05 17:10:22 +0200 |
commit | d4ee5e5a8ad450d16fb2ede212c536e01970ae16 (patch) | |
tree | dadf36695c70d872a5d47f268eef52862fbc781f /osdep/subprocess.c | |
parent | b2e5eb13bc08a0286782fed29455a66a037b46e5 (diff) |
build: always require atomics
Always require them, instead of just for some components which have hard
requirements on correct atomic semantics. They should be widely
available, and are supported by all recent gcc and clang compiler
versions. We even have the fallbacks builtins, which should keep this
working on very old gcc releases.
In particular, w32_common.c recently added a hard requirement on
atomics, but checking this properly in the build system would have been
messy. This commit makes sure it always works.
The fallback where weak atomic semantics are always fine is in theory
rather questionable as well.
Diffstat (limited to 'osdep/subprocess.c')
0 files changed, 0 insertions, 0 deletions