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:14 +0000 (10:47 -0400)
commite4b465e908440eee48e431205ae63e1dc2ea08fc
tree183ed02e091f05f004dd448f5bc6bc745007750b
parentfdd694b3877a85f714b1de2ea2822f3315bb1761
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.024228 seconds and 4 git commands to generate.