diff options
author | fanquake <fanquake@gmail.com> | 2022-07-18 16:31:44 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-07-18 16:32:03 +0100 |
commit | f002f8a0e76bd5abd60ef6809b1ff2b4c2d56071 (patch) | |
tree | db4ce28ff1d5b7c6d8f731ee211c0f2cbe01a344 /.style.yapf | |
parent | 821f5c824f990ee2109187f7d8b12fff4f91d5c4 (diff) | |
parent | 4de4221ab4b645ff77503c777c9b195a962e9fa1 (diff) |
Merge bitcoin/bitcoin#25599: build: Check for std::atomic::exchange rather than std::atomic_exchange
4de4221ab4b645ff77503c777c9b195a962e9fa1 build: Check for std::atomic::exchange rather than std::atomic_exchange (Andrew Chow)
Pull request description:
Our usage of std::atomic is with it's own exchange function, not std::atomic_exchange. So we should be looking specifically for that function.
This removes the need for -latomic for riscv builds, which resolves a guix cross architecture reproducibility issue.
ACKs for top commit:
hebasto:
ACK 4de4221ab4b645ff77503c777c9b195a962e9fa1
fanquake:
ACK 4de4221ab4b645ff77503c777c9b195a962e9fa1
Tree-SHA512: dd8225fc9c6a335601f611700003d0249b9ef941efa502db39306129677929d013048e9221be1d6d7f0ea2d90313d4b87de239f441be21b25bea40a6c19a031e
Diffstat (limited to '.style.yapf')
0 files changed, 0 insertions, 0 deletions