Skip to content
Snippets Groups Projects
Commit 0a568a04 authored by Roman Shaposhnik's avatar Roman Shaposhnik Committed by Ariadne Conill
Browse files

Accounting for gcc requiring explicit -latomic in bootstrap.sh


On some architectures rograms which use C11 or C++11 atomics,
like #include <atomic>, generally must link against -latomic
explicitly.

For now the check is only against riscv64, but the list may grow.

Signed-off-by: default avatarRoman Shaposhnik <rvs@zededa.com>
parent 3ca28d71
1 merge request!21622Updating bootstrap.sh based on riscv64 port
Pipeline #83624 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment