On 1 April 2016 at 13:00, Olaf Hering <[email protected]> wrote: > Building on powerpc-linux fails with undefined reference to __atomic_load_8 in > icount_warp_rt(). Force linking to -latomic.
We should instead be fixing this by not doing atomic operations on types of larger than void*. This also causes problems on x86 BSDs. I think there's already a proposed patch on the list for that. thanks -- PMM
