On Sun, Jun 30 2024 at 04:34:47 PM -07:00:00, Khem Raj <raj.khem@gmail.com> wrote:
perhaps we need to specify linking with -latomic on architectures
missing 64bit atomics.
Right. I verified that
LDFLAGS += "-latomic"
fixes the issue for 32bit x86 clang
Do you know what exact platforms need this fix or should it be included for all?