Skip to content
Commit 01cd32b4 authored by Simon McVittie's avatar Simon McVittie Committed by Philip Chimento
Browse files

build: Link with libatomic if necessary

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: https://gitlab.gnome.org/GNOME/gjs/-/issues/442


Signed-off-by: default avatarSimon McVittie <smcv@debian.org>
parent 62025d4a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment