Use gcc atomics on aarch64/powerpc64le
authorDimitri John Ledkov <xnox@ubuntu.com>
Wed, 12 Mar 2014 12:17:51 +0000 (08:17 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 16 Sep 2015 14:47:18 +0000 (10:47 -0400)
commit6097580ace95e683a9cbc696affdc2a85686448e
treee131224e9bab56ebf8664dd4c36e6edd1bb3d0aa
parente0a85555202a649f6b53835dc80cf60f7ab1e288
Use gcc atomics on aarch64/powerpc64le

Currently there are two fairly recent architectures, which at the
moment can only be compiled with "gcc atomics" code path.
The two new architectures are (GNU Types):
* aarch64-linux-gnu (aka ARMv8, ARM64, AARCH64, etc)
* powerpc64le-linux-gnu

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
This page took 0.02471 seconds and 4 git commands to generate.