mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-19 09:53:47 +01:00
54ce4fac80
riscv builds are currently failing because -latomic isn't being linked against, when it is needed: ```bash /home/ubuntu/build/bitcoin/distsrc-riscv64-linux-gnu/src/bitcoin-util.cpp:98: undefined reference to `__atomic_exchange_1' ``` This exteneds our macro to ensure that -latomic is linked against when required. |
||
---|---|---|
.. | ||
ax_boost_base.m4 | ||
ax_boost_filesystem.m4 | ||
ax_boost_process.m4 | ||
ax_boost_system.m4 | ||
ax_boost_thread.m4 | ||
ax_boost_unit_test_framework.m4 | ||
ax_check_compile_flag.m4 | ||
ax_check_link_flag.m4 | ||
ax_check_preproc_flag.m4 | ||
ax_cxx_compile_stdcxx.m4 | ||
ax_gcc_func_attribute.m4 | ||
ax_pthread.m4 | ||
bitcoin_find_bdb48.m4 | ||
bitcoin_qt.m4 | ||
bitcoin_subdir_to_include.m4 | ||
l_atomic.m4 |