Skip to content

Detect atomic operations support on ppc64le

Petr Menšík requested to merge pemensik/bind9:arch-ppc64le-v9_11 into v9_11

On powerpc64le are normal atomic operations undetected, because powerpc64le-* is not supported in configure. It makes platform.h header different. If standard atomic operations are unavailable (like on CentOS 7), it would not detect any atomic operations, unlike ppc64 and ppc platform.

Affects only ~"v9.11"

arch=ppc64le, build system type == "powerpc64le-unknown-linux-gnu" on RHEL 8

Edited by Petr Menšík

Merge request reports