Skip to content

build: Link with libatomic if necessary

Simon McVittie requested to merge libatomic into master

The implementation of atomic operations in gcc uses atomic opcodes if supported, but falls back to a library implementation if necessary. Link that library on architectures where 64-bit atomic operations need it, such as Debian armel (ARMv5 EABI softfloat), mipsel and powerpc.

Resolves: #442 (closed)

Edited by Simon McVittie

Merge request reports